Title: [188852] trunk/Tools
Revision
188852
Author
aes...@apple.com
Date
2015-08-23 23:54:41 -0700 (Sun, 23 Aug 2015)

Log Message

Addressed a missed piece of review feedback from r188851.

* TestWebKitAPI/Tests/WebKit2Cocoa/ContentFiltering.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188851 => 188852)


--- trunk/Tools/ChangeLog	2015-08-24 06:48:28 UTC (rev 188851)
+++ trunk/Tools/ChangeLog	2015-08-24 06:54:41 UTC (rev 188852)
@@ -1,5 +1,11 @@
 2015-08-23  Andy Estes  <aes...@apple.com>
 
+        Addressed a missed piece of review feedback from r188851.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/ContentFiltering.mm:
+
+2015-08-23  Andy Estes  <aes...@apple.com>
+
         [Content Filtering] REGRESSION (r182356): Provisional URL is incorrect in didReceiveServerRedirectForProvisionalLoadForFrame when Content Filtering is enabled
         https://bugs.webkit.org/show_bug.cgi?id=147872
         rdar://problem/22044000

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/ContentFiltering.mm (188851 => 188852)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/ContentFiltering.mm	2015-08-24 06:48:28 UTC (rev 188851)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/ContentFiltering.mm	2015-08-24 06:54:41 UTC (rev 188852)
@@ -35,7 +35,7 @@
 #import <WebKit/WKWebView.h>
 #import <wtf/RetainPtr.h>
 
-static bool isDone = false;
+static bool isDone;
 
 @interface ServerRedirectNavigationDelegate : NSObject <WKNavigationDelegate>
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to