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

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

Issue 111603006: Simplify invokeCallback() and support void return values for IDL callbacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 d2153534390fe683e3e4b8fc6e784feea5b3a418..bb7414bf667d799354af8c05a95060058104f317 100644
--- a/Source/modules/mediastream/RTCErrorCallback.idl
+++ b/Source/modules/mediastream/RTCErrorCallback.idl
@@ -29,6 +29,6 @@
*/
callback interface RTCErrorCallback {
- boolean handleEvent(DOMString errorInformation);
+ void handleEvent(DOMString errorInformation);
};

Powered by Google App Engine
This is Rietveld 408576698