summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/WebViewController.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm
index ccb1823..643c2b8 100644
--- a/CyteKit/WebViewController.mm
+++ b/CyteKit/WebViewController.mm
@@ -514,6 +514,9 @@ float CYScrollViewDecelerationRateNormal;
}
- (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame {
+#if LogBrowser
+ NSLog(@"didClearWindowObject:%@ forFrame:%@", window, frame);
+#endif
}
- (void) webView:(WebView *)view didCommitLoadForFrame:(WebFrame *)frame {