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

Unified Diff: Source/modules/mediastream/RTCErrorCallback.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/RTCErrorCallback.idl
diff --git a/Source/modules/mediastream/RTCErrorCallback.idl b/Source/modules/mediastream/RTCErrorCallback.idl
index 1be5df2dfaeba08301478098d3a9ae009eb87279..5af5bfccd5fe429a24964255f10241ecb2932ced 100644
--- a/Source/modules/mediastream/RTCErrorCallback.idl
+++ b/Source/modules/mediastream/RTCErrorCallback.idl
@@ -29,9 +29,8 @@
*/
[
- Conditional=MEDIA_STREAM,
- Callback
-] interface RTCErrorCallback {
+ Conditional=MEDIA_STREAM
+] callback interface RTCErrorCallback {
boolean handleEvent(DOMString errorInformation);
};

Powered by Google App Engine
This is Rietveld 408576698