Index: LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt |
diff --git a/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt b/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt |
index feb9d8a05074ac2b86bb20b6b2d8ebf073e22073..bcd6af30697694d4b29a7b43ad7747ffe0d965c4 100644 |
--- a/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt |
+++ b/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt |
@@ -23,7 +23,6 @@ PASS Uint16Array() threw exception TypeError: Constructor Uint16Array requires ' |
PASS Uint32Array() threw exception TypeError: Constructor Uint32Array requires 'new'. |
PASS Uint8Array() threw exception TypeError: Constructor Uint8Array requires 'new'. |
PASS WebKitCSSMatrix() threw exception TypeError: Failed to construct 'WebKitCSSMatrix': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. |
-PASS WebKitPoint() threw exception TypeError: Failed to construct 'WebKitPoint': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. |
PASS WebSocket() threw exception TypeError: Failed to construct 'WebSocket': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. |
PASS Worker() threw exception TypeError: Failed to construct 'Worker': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. |
PASS XMLHttpRequest() threw exception TypeError: Failed to construct 'XMLHttpRequest': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. |