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

Unified Diff: Source/modules/mediastream/NavigatorUserMediaErrorCallback.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/NavigatorUserMediaErrorCallback.idl
diff --git a/Source/modules/mediastream/NavigatorUserMediaErrorCallback.idl b/Source/modules/mediastream/NavigatorUserMediaErrorCallback.idl
index 4e42d7ae6cdc0ff020ced1fea00e7ec364ffb49d..da94ad8e6dea3c38dce64fa2efa5d3bc9d1f8f59 100644
--- a/Source/modules/mediastream/NavigatorUserMediaErrorCallback.idl
+++ b/Source/modules/mediastream/NavigatorUserMediaErrorCallback.idl
@@ -23,9 +23,8 @@
*/
[
- Conditional=MEDIA_STREAM,
- Callback
-] interface NavigatorUserMediaErrorCallback {
+ Conditional=MEDIA_STREAM
+] callback interface NavigatorUserMediaErrorCallback {
boolean handleEvent(NavigatorUserMediaError error);
};
« no previous file with comments | « Source/modules/geolocation/PositionErrorCallback.idl ('k') | Source/modules/mediastream/NavigatorUserMediaSuccessCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698