Index: LayoutTests/fast/workers/shared-worker-replace-self-expected.txt |
diff --git a/LayoutTests/fast/workers/shared-worker-replace-self-expected.txt b/LayoutTests/fast/workers/shared-worker-replace-self-expected.txt |
index e133b9fb1ad7fffed68767617212ef70de645436..6eecada3f7171eecffde492ec77808ce3a0a7a0e 100644 |
--- a/LayoutTests/fast/workers/shared-worker-replace-self-expected.txt |
+++ b/LayoutTests/fast/workers/shared-worker-replace-self-expected.txt |
@@ -1,6 +1,6 @@ |
Test that self is not replaceable. |
self='PASS': PASS |
-self: [object global] |
+self: [object SharedWorkerGlobalScope] |
jsbell
2015/06/05 21:34:40
I assume this is correct? WebIDL doesn't say "glob
|
DONE |