Chromium Code Reviews

Unified Diff: Source/modules/webaudio/OfflineAudioContext.idl

Issue 963983003: Remove [TypeChecking=Unrestricted] use in Source/modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/modules/webaudio/AudioParam.idl ('k') | Source/modules/webaudio/OscillatorNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/OfflineAudioContext.idl
diff --git a/Source/modules/webaudio/OfflineAudioContext.idl b/Source/modules/webaudio/OfflineAudioContext.idl
index d9e76aa846aee7036b83042be407b9d8b72379f4..4c225d938f979818b2ae117fab4f2cf87b37c8e7 100644
--- a/Source/modules/webaudio/OfflineAudioContext.idl
+++ b/Source/modules/webaudio/OfflineAudioContext.idl
@@ -28,7 +28,6 @@
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
NoInterfaceObject,
- TypeChecking=Unrestricted,
] interface OfflineAudioContext : AudioContext {
// Offline rendering
attribute EventHandler oncomplete;
« no previous file with comments | « Source/modules/webaudio/AudioParam.idl ('k') | Source/modules/webaudio/OscillatorNode.idl » ('j') | no next file with comments »

Powered by Google App Engine