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:
podivilov@google.com 2013-04-10 08:22:14 +00:00
parent f8efe5b278
commit 8a04dcd9e4

View file

@ -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);