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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index fa4b409e4614c21f6529fa0407c3d1145dc95bb2..8a445125ec87d0a517f72565e475a11a15b959c7 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -6495,6 +6495,11 @@ interface ShadowRoot : DocumentFragment
method elementsFromPoint
method getSelection
setter innerHTML
+interface SharedArrayBuffer
+ attribute @@toStringTag
+ getter byteLength
+ method constructor
+ method slice
interface SharedWorker : EventTarget
attribute @@toStringTag
getter onerror
@@ -8840,6 +8845,7 @@ interface webkitURL
setter search
setter username
[GLOBAL OBJECT]
+ attribute Atomics
attribute GCController
attribute accessibilityController
attribute chrome

Powered by Google App Engine
This is Rietveld 408576698