From d331bfc3c3efdde44dfd4e81c50703e51f958a2f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 29 Oct 2014 08:22:05 -0700 Subject: Fix Cydia's popup blocking (broken since iOS 4.2). --- iPhonePrivate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 64e8ea2..42a700d 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -353,6 +353,8 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny( @end @interface WebView (Apple) +- (void) _preferencesChanged:(WebPreferences *)preferences; +- (void) _preferencesChangedNotification:(NSNotification *)notification; - (void) _setLayoutInterval:(float)interval; - (void) _setAllowsMessaging:(BOOL)allows; @end -- cgit v1.2.3