Title: [171900] trunk/Tools
Revision
171900
Author
[email protected]
Date
2014-07-31 17:50:35 -0700 (Thu, 31 Jul 2014)

Log Message

Unreviewed typo correction (and build fix).

* MiniBrowser/mac/WK2BrowserWindowController.m:
(-[WK2BrowserWindowController awakeFromNib]): Use correct
property name (_fullScreenIsEnabled -> _fullScreenEnabled)

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (171899 => 171900)


--- trunk/Tools/ChangeLog	2014-08-01 00:39:47 UTC (rev 171899)
+++ trunk/Tools/ChangeLog	2014-08-01 00:50:35 UTC (rev 171900)
@@ -1,5 +1,13 @@
 2014-07-31  Brent Fulgham  <[email protected]>
 
+        Unreviewed typo correction (and build fix).
+
+        * MiniBrowser/mac/WK2BrowserWindowController.m:
+        (-[WK2BrowserWindowController awakeFromNib]): Use correct
+        property name (_fullScreenIsEnabled -> _fullScreenEnabled)
+
+2014-07-31  Brent Fulgham  <[email protected]>
+
         MiniBrowser Should Support Fullscreen Videos in WebKit2 Mode
         https://bugs.webkit.org/show_bug.cgi?id=135482
 

Modified: trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m (171899 => 171900)


--- trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m	2014-08-01 00:39:47 UTC (rev 171899)
+++ trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m	2014-08-01 00:50:35 UTC (rev 171900)
@@ -59,7 +59,7 @@
         configuration.preferences._tiledScrollingIndicatorVisible = [self tiledScrollingIndicatorVisible];
         configuration.preferences._compositingBordersVisible = [self layerBordersVisible];
         configuration.preferences._compositingRepaintCountersVisible = [self layerBordersVisible];
-        configuration.preferences._fullScreenIsEnabled = YES;
+        configuration.preferences._fullScreenEnabled = YES;
     }
     _webView = [[WKWebView alloc] initWithFrame:[containerView bounds] configuration:configuration];
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to