Chromium Code Reviews| Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionCallback.idl |
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionCallback.idl b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionCallback.idl |
| index 59ffe441a6758bedde67a1101efbb550a921affc..5bf268eedfd2b59bd8c25ad5e695e90216c5cec5 100644 |
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionCallback.idl |
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionCallback.idl |
| @@ -31,4 +31,3 @@ |
| callback interface RTCSessionDescriptionCallback { |
| void handleEvent(RTCSessionDescription sdp); |
| }; |
| - |