Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: LayoutTests/fast/dom/call-a-constructor-as-a-function.html

Issue 521883003: Remove WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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))

Powered by Google App Engine
This is Rietveld 408576698