Title: [219167] trunk/Source/WebKit2
Revision
219167
Author
rn...@webkit.org
Date
2017-07-05 16:44:55 -0700 (Wed, 05 Jul 2017)

Log Message

Remove unnecessary forward declartions now that we include Foundation.h

* UIProcess/API/Cocoa/WKContentRuleListStore.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (219166 => 219167)


--- trunk/Source/WebKit2/ChangeLog	2017-07-05 23:44:37 UTC (rev 219166)
+++ trunk/Source/WebKit2/ChangeLog	2017-07-05 23:44:55 UTC (rev 219167)
@@ -1,5 +1,11 @@
 2017-07-05  Ryosuke Niwa  <rn...@webkit.org>
 
+        Remove unnecessary forward declartions now that we include Foundation.h
+
+        * UIProcess/API/Cocoa/WKContentRuleListStore.h:
+
+2017-07-05  Ryosuke Niwa  <rn...@webkit.org>
+
         Make WebKit's public headers on Mac and iOS C++ module safe
         https://bugs.webkit.org/show_bug.cgi?id=174175
 

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKContentRuleListStore.h (219166 => 219167)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKContentRuleListStore.h	2017-07-05 23:44:37 UTC (rev 219166)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKContentRuleListStore.h	2017-07-05 23:44:55 UTC (rev 219167)
@@ -29,9 +29,6 @@
 
 #import <Foundation/Foundation.h>
 
-@class NSURL;
-@class NSError;
-@class NSArray;
 @class WKContentRuleList;
 
 WK_CLASS_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to