WebController: Display JS errors

This actually displays error messages, rather than
notifying that there is an error
This commit is contained in:
Pieter de Bie
2008-10-19 16:32:23 +02:00
parent a8d298218b
commit 5cb4105998
+1 -1
View File
@@ -36,7 +36,7 @@
- (void)webView:(WebView *)webView addMessageToConsole:(NSDictionary *)dictionary
{
NSLog(@"Error from webkit!");
NSLog(@"Error from webkit: %@", dictionary);
}
+ (BOOL)isSelectorExcludedFromWebScript:(SEL)aSelector