Title: [191322] trunk/LayoutTests
Revision
191322
Author
timothy_hor...@apple.com
Date
2015-10-19 17:05:27 -0700 (Mon, 19 Oct 2015)

Log Message

Don't dump GestureEvent constructor attributes for now

Rubber-stamped by Alexey Proskuryakov.

* js/dom/script-tests/global-constructors-attributes.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (191321 => 191322)


--- trunk/LayoutTests/ChangeLog	2015-10-20 00:01:39 UTC (rev 191321)
+++ trunk/LayoutTests/ChangeLog	2015-10-20 00:05:27 UTC (rev 191322)
@@ -1,3 +1,11 @@
+2015-10-19  Tim Horton  <timothy_hor...@apple.com>
+
+        Don't dump GestureEvent constructor attributes for now
+
+        Rubber-stamped by Alexey Proskuryakov.
+
+        * js/dom/script-tests/global-constructors-attributes.js:
+
 2015-10-19  Ryan Haddad  <ryanhad...@apple.com>
 
         Rebaselining fast/dynamic/insert-before-table-part-in-continuation.html for win

Modified: trunk/LayoutTests/js/dom/script-tests/global-constructors-attributes.js (191321 => 191322)


--- trunk/LayoutTests/js/dom/script-tests/global-constructors-attributes.js	2015-10-20 00:01:39 UTC (rev 191321)
+++ trunk/LayoutTests/js/dom/script-tests/global-constructors-attributes.js	2015-10-20 00:05:27 UTC (rev 191322)
@@ -86,7 +86,8 @@
     "webkitIDBKeyRange", 
     "webkitIDBObjectStore", 
     "webkitIDBRequest", 
-    "webkitIDBTransaction" ];
+    "webkitIDBTransaction",
+    "GestureEvent" ];
     
 var global = this;
 var constructorNames = constructorPropertiesOnGlobalObject(global);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to