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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 13899004: Revert recent changes to dart.idl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months 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: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index a6f2060b2805afd63f9d433fabc1dfbf534ca92c..0b1745700991a4f21b75923e8b30d626086311cd 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -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);
« 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