Title: [171935] trunk/Tools
Revision
171935
Author
[email protected]
Date
2014-08-01 11:44:46 -0700 (Fri, 01 Aug 2014)

Log Message

Confusing build fix after r171926.

* MiniBrowser/mac/AppDelegate.h:
* MiniBrowser/mac/AppDelegate.m:
* MiniBrowser/mac/SettingsController.m:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (171934 => 171935)


--- trunk/Tools/ChangeLog	2014-08-01 18:33:31 UTC (rev 171934)
+++ trunk/Tools/ChangeLog	2014-08-01 18:44:46 UTC (rev 171935)
@@ -1,5 +1,13 @@
 2014-08-01  Tim Horton  <[email protected]>
 
+        Confusing build fix after r171926.
+
+        * MiniBrowser/mac/AppDelegate.h:
+        * MiniBrowser/mac/AppDelegate.m:
+        * MiniBrowser/mac/SettingsController.m:
+
+2014-08-01  Tim Horton  <[email protected]>
+
         Make it easer to add switches to MiniBrowser
         https://bugs.webkit.org/show_bug.cgi?id=135499
 

Modified: trunk/Tools/MiniBrowser/mac/AppDelegate.h (171934 => 171935)


--- trunk/Tools/MiniBrowser/mac/AppDelegate.h	2014-08-01 18:33:31 UTC (rev 171934)
+++ trunk/Tools/MiniBrowser/mac/AppDelegate.h	2014-08-01 18:44:46 UTC (rev 171935)
@@ -24,6 +24,8 @@
  */
 
 @interface BrowserAppDelegate : NSObject <NSApplicationDelegate> {
+    NSMutableSet *_browserWindowControllers;
+
     IBOutlet NSMenuItem *_newWebKit1WindowItem;
     IBOutlet NSMenuItem *_newWebKit2WindowItem;
 }

Modified: trunk/Tools/MiniBrowser/mac/AppDelegate.m (171934 => 171935)


--- trunk/Tools/MiniBrowser/mac/AppDelegate.m	2014-08-01 18:33:31 UTC (rev 171934)
+++ trunk/Tools/MiniBrowser/mac/AppDelegate.m	2014-08-01 18:44:46 UTC (rev 171935)
@@ -36,9 +36,7 @@
     WebKit2NewWindowTag = 2
 };
 
-@implementation BrowserAppDelegate {
-    NSMutableSet *_browserWindowControllers;
-}
+@implementation BrowserAppDelegate
 
 - (id)init
 {

Modified: trunk/Tools/MiniBrowser/mac/SettingsController.m (171934 => 171935)


--- trunk/Tools/MiniBrowser/mac/SettingsController.m	2014-08-01 18:33:31 UTC (rev 171934)
+++ trunk/Tools/MiniBrowser/mac/SettingsController.m	2014-08-01 18:44:46 UTC (rev 171935)
@@ -42,7 +42,9 @@
 // This default name intentionally overlaps with the key that WebKit2 checks when creating a view.
 static NSString * const UseRemoteLayerTreeDrawingAreaPreferenceKey = @"WebKit2UseRemoteLayerTreeDrawingArea";
 
-@implementation SettingsController
+@implementation SettingsController {
+    NSMenu *_menu;
+}
 
 @synthesize menu=_menu;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to