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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h

Issue 2519403002: binding: Lets Dictionary::getPropertyNames, etc. rethrow an exception. (Closed)
Patch Set: Addressed review comments. Created 4 years, 1 month 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: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
index 19729d50eaa97e4f3175386134028d9275b959b7..6da7a94c0c050ae39810ca96c823249fb96658b7 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
@@ -81,7 +81,8 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
ScriptPromise createOffer(ScriptState*,
RTCSessionDescriptionCallback*,
RTCPeerConnectionErrorCallback*,
- const Dictionary&);
+ const Dictionary&,
+ ExceptionState&);
ScriptPromise createAnswer(ScriptState*, const RTCAnswerOptions&);
ScriptPromise createAnswer(ScriptState*,

Powered by Google App Engine
This is Rietveld 408576698