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

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

Issue 14384004: Get rid of [Callback] extended attribute for parameters in IDL files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix whitespace issue in generated bindings 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/NavigatorMediaStream.idl
diff --git a/Source/modules/mediastream/NavigatorMediaStream.idl b/Source/modules/mediastream/NavigatorMediaStream.idl
index d7439aa2f100fd510b6b8b6d8f29fcff3741a63b..5da3ed927d9b9d70746b0ac1aae5054d5b9596a7 100644
--- a/Source/modules/mediastream/NavigatorMediaStream.idl
+++ b/Source/modules/mediastream/NavigatorMediaStream.idl
@@ -21,7 +21,7 @@
Conditional=MEDIA_STREAM,
] partial interface Navigator {
[EnabledAtRuntime=mediaStream, RaisesException] void webkitGetUserMedia(Dictionary options,
- [Callback] NavigatorUserMediaSuccessCallback successCallback,
- [Callback] optional NavigatorUserMediaErrorCallback errorCallback);
+ NavigatorUserMediaSuccessCallback successCallback,
+ optional NavigatorUserMediaErrorCallback errorCallback);
};
« no previous file with comments | « Source/modules/filesystem/WorkerContextFileSystem.idl ('k') | Source/modules/mediastream/RTCPeerConnection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698