Title: [209616] trunk/Tools
Revision
209616
Author
ryanhad...@apple.com
Date
2016-12-09 10:29:42 -0800 (Fri, 09 Dec 2016)

Log Message

Fix the 32-bit build.

Unreviewed build fix.

* MiniBrowser/mac/SettingsController.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (209615 => 209616)


--- trunk/Tools/ChangeLog	2016-12-09 18:28:21 UTC (rev 209615)
+++ trunk/Tools/ChangeLog	2016-12-09 18:29:42 UTC (rev 209616)
@@ -1,3 +1,11 @@
+2016-12-09  Ryan Haddad  <ryanhad...@apple.com>
+
+        Fix the 32-bit build.
+
+        Unreviewed build fix.
+
+        * MiniBrowser/mac/SettingsController.h:
+
 2016-12-09  Gustavo Noronha Silva  <gustavo.noro...@collabora.co.uk>
 
         Fedora also needs a PHP7 config file alternative

Modified: trunk/Tools/MiniBrowser/mac/SettingsController.h (209615 => 209616)


--- trunk/Tools/MiniBrowser/mac/SettingsController.h	2016-12-09 18:28:21 UTC (rev 209615)
+++ trunk/Tools/MiniBrowser/mac/SettingsController.h	2016-12-09 18:29:42 UTC (rev 209616)
@@ -52,7 +52,6 @@
 @property (nonatomic, readonly) BOOL visualViewportEnabled;
 @property (nonatomic, readonly) BOOL largeImageAsyncDecodingEnabled;
 @property (nonatomic, readonly) BOOL animatedImageAsyncDecodingEnabled;
-@property (nonatomic, readonly) BOOL asyncImageDecodingEnabled;
 @property (nonatomic, readonly) BOOL usesGameControllerFramework;
 
 @property (nonatomic, readonly) NSString *defaultURL;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to