Title: [140759] trunk/Source/WebCore
Revision
140759
Author
[email protected]
Date
2013-01-24 17:35:27 -0800 (Thu, 24 Jan 2013)

Log Message

Unreviewed build fix.

* page/History.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140758 => 140759)


--- trunk/Source/WebCore/ChangeLog	2013-01-25 01:31:55 UTC (rev 140758)
+++ trunk/Source/WebCore/ChangeLog	2013-01-25 01:35:27 UTC (rev 140759)
@@ -1,3 +1,10 @@
+2013-01-24  Kentaro Hara  <[email protected]>
+
+        Unreviewed build fix.
+
+        * page/History.h:
+        (WebCore):
+
 2013-01-24  Beth Dakin  <[email protected]>
 
         Fixed elements sometimes marked out-of-view if you have rubber-banded too far, 

Modified: trunk/Source/WebCore/page/History.h (140758 => 140759)


--- trunk/Source/WebCore/page/History.h	2013-01-25 01:31:55 UTC (rev 140758)
+++ trunk/Source/WebCore/page/History.h	2013-01-25 01:35:27 UTC (rev 140759)
@@ -29,6 +29,7 @@
 #include "DOMWindowProperty.h"
 #include "KURL.h"
 #include "ScriptWrappable.h"
+#include "SerializedScriptValue.h"
 #include <wtf/Forward.h>
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefCounted.h>
@@ -37,7 +38,6 @@
 
 class Frame;
 class ScriptExecutionContext;
-class SerializedScriptValue;
 typedef int ExceptionCode;
 
 class History : public ScriptWrappable, public RefCounted<History>, public DOMWindowProperty {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to