summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-29 08:22:05 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-29 08:22:05 -0700
commitd331bfc3c3efdde44dfd4e81c50703e51f958a2f (patch)
tree3b4c384d7f40311603078a29315cc15345729966 /iPhonePrivate.h
parent6da09548ebbfc7b2412409492fe135a928ab0c64 (diff)
Fix Cydia's popup blocking (broken since iOS 4.2).
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h2
1 files changed, 2 insertions, 0 deletions
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