Title: [160927] trunk/Source/WebCore
Revision
160927
Author
aes...@apple.com
Date
2013-12-20 14:19:28 -0800 (Fri, 20 Dec 2013)

Log Message

Remove an unneeded include of WebCoreSystemInterface.h.

Rubber-stamped by Dan Bernstein.

* platform/mac/ContentFilterMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (160926 => 160927)


--- trunk/Source/WebCore/ChangeLog	2013-12-20 22:15:13 UTC (rev 160926)
+++ trunk/Source/WebCore/ChangeLog	2013-12-20 22:19:28 UTC (rev 160927)
@@ -1,3 +1,11 @@
+2013-12-20  Andy Estes  <aes...@apple.com>
+
+        Remove an unneeded include of WebCoreSystemInterface.h.
+
+        Rubber-stamped by Dan Bernstein.
+
+        * platform/mac/ContentFilterMac.mm:
+
 2013-12-20  Anders Carlsson  <ander...@apple.com>
 
         Node post attach callbacks should use references

Modified: trunk/Source/WebCore/platform/mac/ContentFilterMac.mm (160926 => 160927)


--- trunk/Source/WebCore/platform/mac/ContentFilterMac.mm	2013-12-20 22:15:13 UTC (rev 160926)
+++ trunk/Source/WebCore/platform/mac/ContentFilterMac.mm	2013-12-20 22:19:28 UTC (rev 160927)
@@ -29,7 +29,6 @@
 #if USE(CONTENT_FILTERING)
 
 #import "ResourceResponse.h"
-#import "WebCoreSystemInterface.h"
 
 #if defined(__has_include) && __has_include(<WebContentAnalysis/WebFilterEvaluator.h>)
 #import <WebContentAnalysis/WebFilterEvaluator.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to