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

Unified Diff: third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl

Issue 2557523002: Remove webkitAudoContext and webkitOfflineAudioContext (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl b/third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl
index 78f08c12aaf97f057fff2cf425c8ce4ff94c5b80..3c98e7f2c1e9b4f8ab534d2dc72936cc98804bb8 100644
--- a/third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl
+++ b/third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl
@@ -7,8 +7,6 @@
] partial interface Window {
[MeasureAs=AudioContext] attribute AudioContextConstructor AudioContext;
foolip 2016/12/13 07:52:19 You can now remove this and remove [NoInterfaceObj
Raymond Toy 2016/12/13 16:08:34 Should I also remove [NoInterfaceObject] from Audi
foolip 2016/12/13 20:28:09 Do you want to measure how often people look at wi
[MeasureAs=OfflineAudioContext] attribute OfflineAudioContextConstructor OfflineAudioContext;
- [DeprecateAs=PrefixedAudioContext] attribute AudioContextConstructor webkitAudioContext;
foolip 2016/12/13 07:52:19 Also remove use counters from UseCounter.h.
- [DeprecateAs=PrefixedOfflineAudioContext] attribute OfflineAudioContextConstructor webkitOfflineAudioContext;
// The individual constructible AudioNodes.
[MeasureAs=WebAudioAnalyserNode] attribute AnalyserNodeConstructor AnalyserNode;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698