From 0291a3a646911ad30480ab925034ab7f765a8acf Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 21 Mar 2011 04:15:24 -0700 Subject: Fix underlying Apple UIWebViewWebViewDelegate on 2.x retain/release bug. --- iPhonePrivate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 8cc997a..cddfe9c 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -124,6 +124,9 @@ typedef enum { @interface UIWebViewWebViewDelegate : NSObject { @public UIWebView *uiWebView; } + +- (void) _clearUIWebView; + @end // }}} // @interface *Button : * {{{ -- cgit v1.2.3