* MiniBrowser/mac/AppDelegate.h:
* MiniBrowser/mac/AppDelegate.m:
* MiniBrowser/mac/SettingsController.m:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@171935
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-08-01 Tim Horton <timothy_horton@apple.com>
+
+ Confusing build fix after r171926.
+
+ * MiniBrowser/mac/AppDelegate.h:
+ * MiniBrowser/mac/AppDelegate.m:
+ * MiniBrowser/mac/SettingsController.m:
+
2014-08-01 Tim Horton <timothy_horton@apple.com>
Make it easer to add switches to MiniBrowser
*/
@interface BrowserAppDelegate : NSObject <NSApplicationDelegate> {
+ NSMutableSet *_browserWindowControllers;
+
IBOutlet NSMenuItem *_newWebKit1WindowItem;
IBOutlet NSMenuItem *_newWebKit2WindowItem;
}
WebKit2NewWindowTag = 2
};
-@implementation BrowserAppDelegate {
- NSMutableSet *_browserWindowControllers;
-}
+@implementation BrowserAppDelegate
- (id)init
{
// 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;