Title: [140566] trunk/Source/WebKit/chromium
Revision
140566
Author
[email protected]
Date
2013-01-23 11:56:36 -0800 (Wed, 23 Jan 2013)

Log Message

[Chromium] Fix some #includes for WebSerializedScriptValue
https://bugs.webkit.org/show_bug.cgi?id=107697

Reviewed by Adam Barth.

WebSerializedScriptValue has been moved to chromium/public/.

* public/WebDOMCustomEvent.h:
* public/WebDOMMessageEvent.h:
* public/WebIDBCursor.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (140565 => 140566)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-01-23 19:55:35 UTC (rev 140565)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-01-23 19:56:36 UTC (rev 140566)
@@ -1,3 +1,16 @@
+2013-01-23  Mark Pilgrim  <[email protected]>
+
+        [Chromium] Fix some #includes for WebSerializedScriptValue
+        https://bugs.webkit.org/show_bug.cgi?id=107697
+
+        Reviewed by Adam Barth.
+
+        WebSerializedScriptValue has been moved to chromium/public/.
+
+        * public/WebDOMCustomEvent.h:
+        * public/WebDOMMessageEvent.h:
+        * public/WebIDBCursor.h:
+
 2013-01-23  Dmitry Gozman  <[email protected]>
 
         Added changeAttachedWindowHeight method to inspector frontend API, which

Modified: trunk/Source/WebKit/chromium/public/WebDOMCustomEvent.h (140565 => 140566)


--- trunk/Source/WebKit/chromium/public/WebDOMCustomEvent.h	2013-01-23 19:55:35 UTC (rev 140565)
+++ trunk/Source/WebKit/chromium/public/WebDOMCustomEvent.h	2013-01-23 19:56:36 UTC (rev 140566)
@@ -31,7 +31,7 @@
 #define WebDOMCustomEvent_h
 
 #include "WebDOMEvent.h"
-#include "platform/WebSerializedScriptValue.h"
+#include "WebSerializedScriptValue.h"
 
 namespace WebKit {
 

Modified: trunk/Source/WebKit/chromium/public/WebDOMMessageEvent.h (140565 => 140566)


--- trunk/Source/WebKit/chromium/public/WebDOMMessageEvent.h	2013-01-23 19:55:35 UTC (rev 140565)
+++ trunk/Source/WebKit/chromium/public/WebDOMMessageEvent.h	2013-01-23 19:56:36 UTC (rev 140566)
@@ -32,7 +32,7 @@
 
 #include "WebDOMEvent.h"
 #include "WebMessagePortChannel.h"
-#include "platform/WebSerializedScriptValue.h"
+#include "WebSerializedScriptValue.h"
 
 #if WEBKIT_IMPLEMENTATION
 #include "Event.h"

Modified: trunk/Source/WebKit/chromium/public/WebIDBCursor.h (140565 => 140566)


--- trunk/Source/WebKit/chromium/public/WebIDBCursor.h	2013-01-23 19:55:35 UTC (rev 140565)
+++ trunk/Source/WebKit/chromium/public/WebIDBCursor.h	2013-01-23 19:56:36 UTC (rev 140566)
@@ -29,8 +29,8 @@
 #include "WebExceptionCode.h"
 #include "WebIDBCallbacks.h"
 #include "WebIDBKey.h"
+#include "WebSerializedScriptValue.h"
 #include "platform/WebCommon.h"
-#include "platform/WebSerializedScriptValue.h"
 #include "platform/WebString.h"
 
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to