Title: [170523] trunk/Source/WebCore
Revision
170523
Author
[email protected]
Date
2014-06-27 00:18:58 -0700 (Fri, 27 Jun 2014)

Log Message

Remove unnecessary #include in HistoryController
https://bugs.webkit.org/show_bug.cgi?id=134369

Patch by Sungmann Cho <[email protected]> on 2014-06-27
Reviewed by Daniel Bates.

After the landing of https://webkit.org/b/130099, HistoryController doesn't need
WebCore::Settings class. So we can remove the related header.

* loader/HistoryController.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (170522 => 170523)


--- trunk/Source/WebCore/ChangeLog	2014-06-27 06:16:23 UTC (rev 170522)
+++ trunk/Source/WebCore/ChangeLog	2014-06-27 07:18:58 UTC (rev 170523)
@@ -1,3 +1,15 @@
+2014-06-27  Sungmann Cho  <[email protected]>
+
+        Remove unnecessary #include in HistoryController
+        https://bugs.webkit.org/show_bug.cgi?id=134369
+
+        Reviewed by Daniel Bates.
+
+        After the landing of https://webkit.org/b/130099, HistoryController doesn't need
+        WebCore::Settings class. So we can remove the related header.
+
+        * loader/HistoryController.cpp:
+
 2014-06-26  Jeongeun Kim  <[email protected]>
 
         REGRESSION (r170287): SVGDocumentExtensions::rebuildElements() called on removed element

Modified: trunk/Source/WebCore/loader/HistoryController.cpp (170522 => 170523)


--- trunk/Source/WebCore/loader/HistoryController.cpp	2014-06-27 06:16:23 UTC (rev 170522)
+++ trunk/Source/WebCore/loader/HistoryController.cpp	2014-06-27 07:18:58 UTC (rev 170523)
@@ -47,7 +47,6 @@
 #include "PageCache.h"
 #include "PageGroup.h"
 #include "ScrollingCoordinator.h"
-#include "Settings.h"
 #include "VisitedLinkStore.h"
 #include <wtf/text/CString.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to