Title: [145144] trunk/Tools
Revision
145144
Author
[email protected]
Date
2013-03-07 15:42:31 -0800 (Thu, 07 Mar 2013)

Log Message

[Chromium] Update #include for WebStorageNamespace.h
https://bugs.webkit.org/show_bug.cgi?id=111748

Reviewed by Adam Barth.

In anticipation of removing
WK/chromium/public/WebStorageNamespace.h (once downstream
references have been updated)

* DumpRenderTree/chromium/WebViewHost.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (145143 => 145144)


--- trunk/Tools/ChangeLog	2013-03-07 23:11:22 UTC (rev 145143)
+++ trunk/Tools/ChangeLog	2013-03-07 23:42:31 UTC (rev 145144)
@@ -1,3 +1,16 @@
+2013-03-07  Mark Pilgrim  <[email protected]>
+
+        [Chromium] Update #include for WebStorageNamespace.h
+        https://bugs.webkit.org/show_bug.cgi?id=111748
+
+        Reviewed by Adam Barth.
+
+        In anticipation of removing
+        WK/chromium/public/WebStorageNamespace.h (once downstream
+        references have been updated)
+
+        * DumpRenderTree/chromium/WebViewHost.cpp:
+
 2013-03-07  Dirk Pranke  <[email protected]>
 
         run-perf-tests fails due to svn_revision not working on a pure git clone

Modified: trunk/Tools/DumpRenderTree/chromium/WebViewHost.cpp (145143 => 145144)


--- trunk/Tools/DumpRenderTree/chromium/WebViewHost.cpp	2013-03-07 23:11:22 UTC (rev 145143)
+++ trunk/Tools/DumpRenderTree/chromium/WebViewHost.cpp	2013-03-07 23:42:31 UTC (rev 145144)
@@ -53,7 +53,6 @@
 #include "WebRange.h"
 #include "WebScreenInfo.h"
 #include "WebSerializedScriptValue.h"
-#include "WebStorageNamespace.h"
 #include "WebUserGestureIndicator.h"
 #include "WebView.h"
 #include "WebWindowFeatures.h"
@@ -67,6 +66,7 @@
 #include <public/WebDragData.h>
 #include <public/WebRect.h>
 #include <public/WebSize.h>
+#include <public/WebStorageNamespace.h>
 #include <public/WebThread.h>
 #include <public/WebURLRequest.h>
 #include <public/WebURLResponse.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to