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

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

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 'global-interface-listing-expected' layout test results Created 4 years, 1 month 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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index e8424fd131b0b807f8d91158be5633e4b9452c1b..d337762010da7271158f560b3317c5316c50ad2f 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -127,6 +127,7 @@ interface AudioContext : BaseAudioContext
attribute @@toStringTag
method close
method constructor
+ method getOutputTimestamp
interface AudioDestinationNode : AudioNode
attribute @@toStringTag
getter maxChannelCount
@@ -6340,6 +6341,7 @@ interface webkitAudioContext : BaseAudioContext
attribute @@toStringTag
method close
method constructor
+ method getOutputTimestamp
interface webkitIDBCursor
attribute @@toStringTag
getter direction

Powered by Google App Engine
This is Rietveld 408576698