Update add_objects
authorArt Barstow <art.barstow@nokia.com>
Wed, 27 Feb 2013 15:10:43 -0500
changeset 186 a449f93b5275
parent 185 c38015016e99
child 187 d14cdeb28c54
Update add_objects
tests/touch-events-v1/submissions/Nokia/idlharness.html
--- a/tests/touch-events-v1/submissions/Nokia/idlharness.html	Wed Feb 27 14:24:39 2013 -0500
+++ b/tests/touch-events-v1/submissions/Nokia/idlharness.html	Wed Feb 27 15:10:43 2013 -0500
@@ -67,7 +67,8 @@
   idl_array.add_untested_idls(document.getElementById("untested_idl").textContent);
   idl_array.add_idls(document.getElementById("idl").textContent);
 
-  idl_array.add_objects({Document: ["window.document"]});
+  idl_array.add_objects({Document: ["document"],
+                         TouchEvent: ["window.TouchEvent"]});
 
   idl_array.test();
 })();