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

Unified Diff: lib/html/idl/dart/dart.idl

Issue 11138028: Change return type to w3c standard of void for AudioBufferCallback. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/idl/dart/dart.idl
===================================================================
--- lib/html/idl/dart/dart.idl (revision 13791)
+++ lib/html/idl/dart/dart.idl (working copy)
@@ -384,13 +384,6 @@
}
module core {
- [Supplemental, Callback]
- interface RequestAnimationFrameCallback {
- // Webkit implements this as returning bool, but standard is void.
- [Suppressed] boolean handleEvent(in DOMTimeStamp time);
- [Custom] void handleEvent(in DOMTimeStamp time);
- };
-
[Suppressed]
interface Entity {};
}
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698