Title: [169323] trunk/Source/WebKit2
Revision
169323
Author
[email protected]
Date
2014-05-25 12:54:54 -0700 (Sun, 25 May 2014)

Log Message

Build fix 2.

* UIProcess/API/Cocoa/WKPreferences.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (169322 => 169323)


--- trunk/Source/WebKit2/ChangeLog	2014-05-25 19:34:40 UTC (rev 169322)
+++ trunk/Source/WebKit2/ChangeLog	2014-05-25 19:54:54 UTC (rev 169323)
@@ -1,5 +1,11 @@
 2014-05-25  Sam Weinig  <[email protected]>
 
+        Build fix 2.
+
+        * UIProcess/API/Cocoa/WKPreferences.h:
+
+2014-05-25  Sam Weinig  <[email protected]>
+
         Fix build.
 
         * UIProcess/API/Cocoa/WKPreferences.h:

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferences.h (169322 => 169323)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferences.h	2014-05-25 19:34:40 UTC (rev 169322)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferences.h	2014-05-25 19:54:54 UTC (rev 169323)
@@ -45,7 +45,8 @@
 
 /*! @abstract The user defaults key prefix.
  */
-    
+@property (nonatomic, readonly) NSString *userDefaultsKeyPrefix;
+
 /*! @abstract The minimum font size in points. Defaults to 0.
  */
 @property (nonatomic) CGFloat minimumFontSize;
@@ -78,11 +79,11 @@
 #endif
 
 #if !TARGET_OS_IPHONE
-/*! @abstract Whether Java is enabled. Defaults to NO.
+/*! @abstract Whether Java is enabled. Defaults to YES.
  */
 @property (nonatomic, getter=isJavaEnabled) BOOL javaEnabled;
 
-/*! abstract Whether plug-ins are enabled. Defaults to NO.
+/*! abstract Whether plug-ins are enabled. Defaults to YES.
  */
 @property (nonatomic, getter=arePlugInsEnabled) BOOL plugInsEnabled;
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to