]> git.saurik.com Git - cydget.git/commitdiff
Do not allow usage of the WebThread.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 31 Mar 2011 22:47:51 +0000 (22:47 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 31 Mar 2011 22:47:51 +0000 (22:47 +0000)
LockScreen.mm

index 455a2c6b1b202192fb1835a0719ed0e8eee704cf..56999ca36c636d8f9d1ccb5b816c7c12e1737fd2 100644 (file)
@@ -960,3 +960,10 @@ static void $UIWebViewWebViewDelegate$webView$didClearWindowObject$forFrame$(UIW
 }
 
 @end
+
+MSClassHook(WebView)
+MSMetaClassHook(WebView)
+
+MSClassMessageHook0(void, WebView, enableWebThread) {
+    NSLog(@"-[WebView enableWebThread]");
+}