Title: [165752] trunk/Tools
Revision
165752
Author
[email protected]
Date
2014-03-17 13:32:10 -0700 (Mon, 17 Mar 2014)

Log Message

Fix the 32-bit build; make the open panel make a WK1 window.

* MiniBrowser/mac/AppDelegate.m:
(-[BrowserAppDelegate openDocument:]):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165751 => 165752)


--- trunk/Tools/ChangeLog	2014-03-17 20:23:36 UTC (rev 165751)
+++ trunk/Tools/ChangeLog	2014-03-17 20:32:10 UTC (rev 165752)
@@ -1,5 +1,12 @@
 2014-03-17  Simon Fraser  <[email protected]>
 
+        Fix the 32-bit build; make the open panel make a WK1 window.
+
+        * MiniBrowser/mac/AppDelegate.m:
+        (-[BrowserAppDelegate openDocument:]):
+
+2014-03-17  Simon Fraser  <[email protected]>
+
         Convert MiniBrowser to use WKWebView API
         https://bugs.webkit.org/show_bug.cgi?id=130061
 

Modified: trunk/Tools/MiniBrowser/mac/AppDelegate.m (165751 => 165752)


--- trunk/Tools/MiniBrowser/mac/AppDelegate.m	2014-03-17 20:23:36 UTC (rev 165751)
+++ trunk/Tools/MiniBrowser/mac/AppDelegate.m	2014-03-17 20:32:10 UTC (rev 165752)
@@ -129,9 +129,7 @@
         if (result != NSOKButton)
             return;
 
-        // FIXME: add a way to open in WK1 also.
-        
-        BrowserWindowController *newBrowserWindowController = [[WK2BrowserWindowController alloc] initWithWindowNibName:@"BrowserWindow"];
+        BrowserWindowController *newBrowserWindowController = [[WK1BrowserWindowController alloc] initWithWindowNibName:@"BrowserWindow"];
         [newBrowserWindowController.window makeKeyAndOrderFront:self];
 
         NSURL *url = "" objectAtIndex:0];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to