Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
index d94669431dbd0beb4bddf57a6da1c3be5c74059d..6d13434843b75e69c22eaf798c6e785b8765a57e 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl |
@@ -83,7 +83,7 @@ enum RTCIceConnectionState { |
readonly attribute RTCIceGatheringState iceGatheringState; |
readonly attribute RTCIceConnectionState iceConnectionState; |
// readonly attribute boolean? canTrickleIceCandidates; |
- // RTCConfiguration getConfiguration(); |
+ RTCConfiguration getConfiguration(); |
[CallWith=ScriptState, RaisesException] void setConfiguration(RTCConfiguration configuration); |
// TODO(guidou): close() should never throw an exception. |
[RaisesException] void close(); |