From: Jay Freeman (saurik) Date: Thu, 31 Mar 2011 22:47:51 +0000 (+0000) Subject: Do not allow usage of the WebThread. X-Git-Tag: v0.9.4003~7 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/43fc95e1c8046a3a1654965496b90965ccd46ebb Do not allow usage of the WebThread. --- diff --git a/LockScreen.mm b/LockScreen.mm index 455a2c6..56999ca 100644 --- a/LockScreen.mm +++ b/LockScreen.mm @@ -960,3 +960,10 @@ static void $UIWebViewWebViewDelegate$webView$didClearWindowObject$forFrame$(UIW } @end + +MSClassHook(WebView) +MSMetaClassHook(WebView) + +MSClassMessageHook0(void, WebView, enableWebThread) { + NSLog(@"-[WebView enableWebThread]"); +}