summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-21 18:43:01 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-21 18:43:01 -0700
commit5e640a6470aedd93d656f8af152fecc30d1258c0 (patch)
treeb1cd172afc9bd318353753b9f3e991af0d230ce4 /CyteKit/WebViewController.mm
parent85ae5f425846efc75aadbab17c91b92230aff7a4 (diff)
Move WebPreferences (Apple) into iPhonePrivate.h.
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r--CyteKit/WebViewController.mm10
1 files changed, 2 insertions, 8 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm
index 3e77a51..17f19cb 100644
--- a/CyteKit/WebViewController.mm
+++ b/CyteKit/WebViewController.mm
@@ -16,8 +16,8 @@ extern NSString * const kCAFilterNearest;
#include <WebCore/WebCoreThread.h>
-#include <WebKit/WebKitErrors.h>
-#include <WebKit/WebPreferences.h>
+#import <WebKit/WebKitErrors.h>
+#import <WebKit/WebPreferences.h>
#include <WebKit/DOMCSSPrimitiveValue.h>
#include <WebKit/DOMCSSStyleDeclaration.h>
@@ -47,12 +47,6 @@ float CYScrollViewDecelerationRateNormal;
- (void) _setAllowsMessaging:(BOOL)allows;
@end
-@interface WebPreferences (Apple)
-+ (void) _setInitialDefaultTextEncodingToSystemEncoding;
-- (void) _setLayoutInterval:(NSInteger)interval;
-- (void) setOfflineWebApplicationCacheEnabled:(BOOL)enabled;
-@end
-
@implementation WebFrame (Cydia)
- (NSString *) description {