Title: [183306] trunk/Tools
- Revision
- 183306
- Author
- [email protected]
- Date
- 2015-04-24 20:40:02 -0700 (Fri, 24 Apr 2015)
Log Message
Unreviewed, rolling out r183303.
https://bugs.webkit.org/show_bug.cgi?id=144181
Change was incorrect, broke builds (Requested by smfr on
#webkit).
Reverted changeset:
"Fix the build."
http://trac.webkit.org/changeset/183303
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (183305 => 183306)
--- trunk/Tools/ChangeLog 2015-04-25 03:30:20 UTC (rev 183305)
+++ trunk/Tools/ChangeLog 2015-04-25 03:40:02 UTC (rev 183306)
@@ -1,3 +1,16 @@
+2015-04-24 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r183303.
+ https://bugs.webkit.org/show_bug.cgi?id=144181
+
+ Change was incorrect, broke builds (Requested by smfr on
+ #webkit).
+
+ Reverted changeset:
+
+ "Fix the build."
+ http://trac.webkit.org/changeset/183303
+
2015-04-24 Simon Fraser <[email protected]>
Fix the build.
Modified: trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m (183305 => 183306)
--- trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m 2015-04-25 03:30:20 UTC (rev 183305)
+++ trunk/Tools/MiniBrowser/mac/WK2BrowserWindowController.m 2015-04-25 03:40:02 UTC (rev 183306)
@@ -78,7 +78,7 @@
return nil;
_configuration = [configuration copy];
- _isPrivateBrowsingWindow = _configuration.websiteDataStore.isNonPersistent;
+ _isPrivateBrowsingWindow = !_configuration.websiteDataStore.isPersistent;
return self;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes