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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2860613002: Enable SharedArrayBuffer feature by default. (Closed)
Patch Set: merge HEAD Created 3 years, 7 months 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/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index e84567a0919b07ec465091e8f49d90686796f8d3..8e21ab8e20ccfe5b644f7d22a766a069245a62f5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -880,6 +880,10 @@ interface ServiceWorkerRegistration : EventTarget
method unregister
method update
setter onupdatefound
+interface SharedArrayBuffer
+ getter byteLength
+ method constructor
+ method slice
interface StorageManager
method constructor
method estimate
@@ -2273,6 +2277,7 @@ interface WritableStream
method constructor
method getWriter
global object
+ attribute Atomics
attribute console
attribute internals
getter clients

Powered by Google App Engine
This is Rietveld 408576698