| Index: third_party/WebKit/LayoutTests/fast/workers/constructor-proto-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/workers/constructor-proto-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/constructor-proto-expected.txt
|
| index da22183ce441fd61a57abc7576f650210b728210..be8e1311f2fff3a384a749e46c7f3b5a981e0afd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/workers/constructor-proto-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/workers/constructor-proto-expected.txt
|
| @@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| proto = new Number(42): 42
|
| -Object.getPrototypeOf(WorkerLocation): function () {}
|
| +Object.getPrototypeOf(WorkerLocation): function () { [native code] }
|
| WorkerLocation.__proto__ = proto: 42
|
| Object.getPrototypeOf(WorkerLocation): 42
|
| PASS successfullyParsed is true
|
|
|