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

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

Issue 2557523002: Remove webkitAudoContext and webkitOfflineAudioContext (Closed)
Patch Set: Rebase Created 4 years 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/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
index e562d96b80812e4cf054b7fbcb9efeac2534fc58..fc6f4c95fc6ff19d2dc6c791f8241b2e1859a2bb 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -1,5 +1,3 @@
-CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
-CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
This test documents all interface attributes and methods on the global window object and element instances.
@@ -7229,11 +7227,6 @@ interface XSLTProcessor
method setParameter
method transformToDocument
method transformToFragment
-interface webkitAudioContext : BaseAudioContext
- attribute @@toStringTag
- method close
- method constructor
- method suspend
interface webkitMediaStream : EventTarget
attribute @@toStringTag
getter active
@@ -7254,14 +7247,6 @@ interface webkitMediaStream : EventTarget
setter onaddtrack
setter oninactive
setter onremovetrack
-interface webkitOfflineAudioContext : BaseAudioContext
- attribute @@toStringTag
- getter length
- getter oncomplete
- method constructor
- method startRendering
- method suspend
- setter oncomplete
interface webkitRTCPeerConnection : EventTarget
static method generateCertificate
attribute @@toStringTag

Powered by Google App Engine
This is Rietveld 408576698