Title: [163251] trunk/Source/WebCore
Revision
163251
Author
[email protected]
Date
2014-02-01 16:16:15 -0800 (Sat, 01 Feb 2014)

Log Message

Improve the _javascript_ bindings of DatasetDOMStringMap
https://bugs.webkit.org/show_bug.cgi?id=127971

Unriewed.

Patch by Benjamin Poulain <[email protected]> on 2014-02-01

* dom/DatasetDOMStringMap.cpp:
* dom/DatasetDOMStringMap.h:
Follow up for r163239. Darin pointed out the #includes are wrong.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163250 => 163251)


--- trunk/Source/WebCore/ChangeLog	2014-02-02 00:10:03 UTC (rev 163250)
+++ trunk/Source/WebCore/ChangeLog	2014-02-02 00:16:15 UTC (rev 163251)
@@ -1,3 +1,14 @@
+2014-02-01  Benjamin Poulain  <[email protected]>
+
+        Improve the _javascript_ bindings of DatasetDOMStringMap
+        https://bugs.webkit.org/show_bug.cgi?id=127971
+
+        Unriewed.
+
+        * dom/DatasetDOMStringMap.cpp:
+        * dom/DatasetDOMStringMap.h:
+        Follow up for r163239. Darin pointed out the #includes are wrong.
+
 2014-02-01  Brady Eidson  <[email protected]>
 
         IDB: Implement IDBObjectStore.delete()

Modified: trunk/Source/WebCore/dom/DatasetDOMStringMap.cpp (163250 => 163251)


--- trunk/Source/WebCore/dom/DatasetDOMStringMap.cpp	2014-02-02 00:10:03 UTC (rev 163250)
+++ trunk/Source/WebCore/dom/DatasetDOMStringMap.cpp	2014-02-02 00:16:15 UTC (rev 163251)
@@ -29,7 +29,9 @@
 #include "Element.h"
 #include "ExceptionCode.h"
 #include <wtf/ASCIICType.h>
+#include <wtf/text/AtomicString.h>
 #include <wtf/text/StringBuilder.h>
+#include <wtf/text/WTFString.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/dom/DatasetDOMStringMap.h (163250 => 163251)


--- trunk/Source/WebCore/dom/DatasetDOMStringMap.h	2014-02-02 00:10:03 UTC (rev 163250)
+++ trunk/Source/WebCore/dom/DatasetDOMStringMap.h	2014-02-02 00:16:15 UTC (rev 163251)
@@ -27,10 +27,9 @@
 #define DatasetDOMStringMap_h
 
 #include "ScriptWrappable.h"
+#include <wtf/Forward.h>
 #include <wtf/Noncopyable.h>
 #include <wtf/Vector.h>
-#include <wtf/text/AtomicString.h>
-#include <wtf/text/WTFString.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to