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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2345693002: Move close() from BaseAudioContext to AudioContext (Closed)
Patch Set: Update expected results Created 4 years, 3 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 3a53e7c6ba38a6e0bb01a3767b5e9c13b2969d07..751ba23c638a69dc313853107e54e81c5ae23e2e 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -160,6 +160,7 @@ interface AudioBufferSourceNode : AudioSourceNode
setter onended
interface AudioContext : BaseAudioContext
attribute @@toStringTag
+ method close
method constructor
interface AudioDestinationNode : AudioNode
attribute @@toStringTag
@@ -7342,6 +7343,7 @@ interface XSLTProcessor
method transformToFragment
interface webkitAudioContext : BaseAudioContext
attribute @@toStringTag
+ method close
method constructor
interface webkitIDBCursor
attribute @@toStringTag

Powered by Google App Engine
This is Rietveld 408576698