Title: [210926] trunk/Source/WebCore
Revision
210926
Author
[email protected]
Date
2017-01-19 09:28:24 -0800 (Thu, 19 Jan 2017)

Log Message

Rebaseline bindings tests after r210918.

Unreviewed test gardening.

* bindings/scripts/test/JS/JSTestObj.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210925 => 210926)


--- trunk/Source/WebCore/ChangeLog	2017-01-19 17:10:31 UTC (rev 210925)
+++ trunk/Source/WebCore/ChangeLog	2017-01-19 17:28:24 UTC (rev 210926)
@@ -1,3 +1,11 @@
+2017-01-19  Ryan Haddad  <[email protected]>
+
+        Rebaseline bindings tests after r210918.
+
+        Unreviewed test gardening.
+
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+
 2017-01-19  Andreas Kling  <[email protected]>
 
         ScriptExecutionContext::topOrigin() should return a reference.

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (210925 => 210926)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2017-01-19 17:10:31 UTC (rev 210925)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2017-01-19 17:28:24 UTC (rev 210926)
@@ -63,8 +63,8 @@
 #include <runtime/ObjectConstructor.h>
 #include <runtime/PropertyNameArray.h>
 #include <wtf/GetPtr.h>
-#include <wtf/HashMap.h>
 #include <wtf/Variant.h>
+#include <wtf/Vector.h>
 
 #if ENABLE(Condition1)
 #include "JSTestObjectA.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to