| Index: third_party/WebKit/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt
|
| index bcd6af30697694d4b29a7b43ad7747ffe0d965c4..d91c597b50672d1f03500f6c45afd4cef0e6f3a6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt
|
| @@ -22,7 +22,7 @@ PASS SharedWorker() threw exception TypeError: Failed to construct 'SharedWorker
|
| PASS Uint16Array() threw exception TypeError: Constructor Uint16Array requires 'new'.
|
| 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 WebKitCSSMatrix() threw exception TypeError: Failed to construct 'DOMMatrix': 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..
|
|
|