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

Unified Diff: Source/modules/mediastream/RTCStatsCallback.idl

Issue 14329023: Bindings generator should support Web IDL callback interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master 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
Index: Source/modules/mediastream/RTCStatsCallback.idl
diff --git a/Source/modules/mediastream/RTCStatsCallback.idl b/Source/modules/mediastream/RTCStatsCallback.idl
index 5ac0db8f7eec37a50263db96d17b44927ffd999c..437e03fe637827369906a2928e7020a196213a4b 100644
--- a/Source/modules/mediastream/RTCStatsCallback.idl
+++ b/Source/modules/mediastream/RTCStatsCallback.idl
@@ -23,9 +23,8 @@
*/
[
- Conditional=MEDIA_STREAM,
- Callback
-] interface RTCStatsCallback {
+ Conditional=MEDIA_STREAM
+] callback interface RTCStatsCallback {
boolean handleEvent(RTCStatsResponse response);
};

Powered by Google App Engine
This is Rietveld 408576698