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

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

Issue 2557523002: Remove webkitAudoContext and webkitOfflineAudioContext (Closed)
Patch Set: Rebaseline test 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/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..4cc737d1a559e16ff023a7234207c38da4448467 100644
--- a/third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl
+++ b/third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl
@@ -5,11 +5,6 @@
[
ImplementedAs=DOMWindowWebAudio,
] partial interface Window {
- [MeasureAs=AudioContext] attribute AudioContextConstructor AudioContext;
- [MeasureAs=OfflineAudioContext] attribute OfflineAudioContextConstructor OfflineAudioContext;
- [DeprecateAs=PrefixedAudioContext] attribute AudioContextConstructor webkitAudioContext;
- [DeprecateAs=PrefixedOfflineAudioContext] attribute OfflineAudioContextConstructor webkitOfflineAudioContext;
-
// The individual constructible AudioNodes.
[MeasureAs=WebAudioAnalyserNode] attribute AnalyserNodeConstructor AnalyserNode;
[MeasureAs=WebAudioAudioBuffer] attribute AudioBufferConstructor AudioBuffer;
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698