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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/constructor-proto-expected.txt

Issue 2591293002: Auto-rebaseline for r440095 (Closed)
Patch Set: Created 4 years 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: 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

Powered by Google App Engine
This is Rietveld 408576698