mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Revert recent changes to dart.idl.
R=antonm@google.com Review URL: https://codereview.chromium.org//13899004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21186 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
f8efe5b278
commit
8a04dcd9e4
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
// This file introduces / supplements and forces Dart declarations.
|
||||
|
||||
[Supplemental,
|
||||
Constructor,
|
||||
Conditional=WEB_AUDIO]
|
||||
Constructor]
|
||||
interface AudioContext {};
|
||||
|
||||
[Supplemental]
|
||||
|
@ -11,8 +10,7 @@ interface Document {
|
|||
CanvasRenderingContext getCSSCanvasContext(in DOMString contextId, in DOMString name, in long width, in long height);
|
||||
};
|
||||
|
||||
[Supplemental,
|
||||
Conditional=WEB_AUDIO]
|
||||
[Supplemental]
|
||||
interface ScriptProcessorNode {
|
||||
[Suppressed] attribute EventListener onaudioprocess;
|
||||
[Custom] void _setEventListener(EventListener eventListener);
|
||||
|
|
Loading…
Reference in a new issue