Title: [183303] trunk/Tools
- Revision
- 183303
- Author
- [email protected]
- Date
- 2015-04-24 18:31:05 -0700 (Fri, 24 Apr 2015)
Log Message
Fix the build.
* MiniBrowser/mac/WK2BrowserWindowController.m:
(-[WK2BrowserWindowController initWithConfiguration:]):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (183302 => 183303)
--- trunk/Tools/ChangeLog 2015-04-25 01:03:03 UTC (rev 183302)
+++ trunk/Tools/ChangeLog 2015-04-25 01:31:05 UTC (rev 183303)
@@ -1,3 +1,10 @@
+2015-04-24 Simon Fraser <[email protected]>
+
+ Fix the build.
+
+ * MiniBrowser/mac/WK2BrowserWindowController.m:
+ (-[WK2BrowserWindowController initWithConfiguration:]):
+
2015-04-24 Brent Fulgham <[email protected]>
Disable ActionMenusPDFTest due to timeout on test bot
Modified: trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m (183302 => 183303)
--- trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m 2015-04-25 01:03:03 UTC (rev 183302)
+++ trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m 2015-04-25 01:31:05 UTC (rev 183303)
@@ -78,7 +78,7 @@
return nil;
_configuration = [configuration copy];
- _isPrivateBrowsingWindow = !_configuration.websiteDataStore.isPersistent;
+ _isPrivateBrowsingWindow = _configuration.websiteDataStore.isNonPersistent;
return self;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes