Index: LayoutTests/fast/dom/call-a-constructor-as-a-function.html |
diff --git a/LayoutTests/fast/dom/call-a-constructor-as-a-function.html b/LayoutTests/fast/dom/call-a-constructor-as-a-function.html |
index 88a5ab4cae7686eb9f2e71fa917a56e853496270..6d0888a8bcfa816d0248f7ab982d3c5075a70098 100644 |
--- a/LayoutTests/fast/dom/call-a-constructor-as-a-function.html |
+++ b/LayoutTests/fast/dom/call-a-constructor-as-a-function.html |
@@ -6,7 +6,7 @@ |
description("This tests if TypeError is thrown or not when we call a constructor as a normal function."); |
-var test_constructors = ["ArrayBuffer", "AudioContext", "FormData", "DataView", "EventSource", "FileReader", "Float32Array", "Float64Array", "Audio", "Image", "Option", "Int16Array", "Int32Array", "Int8Array", "MessageChannel", "SharedWorker", "Uint16Array", "Uint32Array", "Uint8Array", "WebKitCSSMatrix", "WebKitPoint", "WebSocket", "Worker", "XMLHttpRequest", "XSLTProcessor"]; |
+var test_constructors = ["ArrayBuffer", "AudioContext", "FormData", "DataView", "EventSource", "FileReader", "Float32Array", "Float64Array", "Audio", "Image", "Option", "Int16Array", "Int32Array", "Int8Array", "MessageChannel", "SharedWorker", "Uint16Array", "Uint32Array", "Uint8Array", "WebKitCSSMatrix", "WebSocket", "Worker", "XMLHttpRequest", "XSLTProcessor"]; |
test_constructors.forEach(function (constructor) { |
if (eval("window." + constructor)) |