Title: [213021] trunk/Source/WebKit2
Revision
213021
Author
[email protected]
Date
2017-02-26 16:54:03 -0800 (Sun, 26 Feb 2017)

Log Message

Remove spurious C++ include from _WKTestingDelegate.h
https://bugs.webkit.org/show_bug.cgi?id=168877

Reviewed by Dan Bernstein.

* UIProcess/API/Cocoa/_WKTestingDelegate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (213020 => 213021)


--- trunk/Source/WebKit2/ChangeLog	2017-02-27 00:36:02 UTC (rev 213020)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-27 00:54:03 UTC (rev 213021)
@@ -1,5 +1,14 @@
 2017-02-26  Alexey Proskuryakov  <[email protected]>
 
+        Remove spurious C++ include from _WKTestingDelegate.h
+        https://bugs.webkit.org/show_bug.cgi?id=168877
+
+        Reviewed by Dan Bernstein.
+
+        * UIProcess/API/Cocoa/_WKTestingDelegate.h:
+
+2017-02-26  Alexey Proskuryakov  <[email protected]>
+
         Remove unimplemented WKResourceLoadStatisticsManagerSetReducedTimestampResolution
         https://bugs.webkit.org/show_bug.cgi?id=168880
 

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKTestingDelegate.h (213020 => 213021)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKTestingDelegate.h	2017-02-27 00:36:02 UTC (rev 213020)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKTestingDelegate.h	2017-02-27 00:54:03 UTC (rev 213021)
@@ -27,8 +27,6 @@
 
 #if WK_API_ENABLED
 
-#import <wtf/RetainPtr.h>
-
 @class WKWebView;
 
 NS_ASSUME_NONNULL_BEGIN
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to