| Index: third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp
|
| index 25d0c1b2d6b48bc33a59e1ea8d9eb4d6d1ae56ff..53b90572d80ae6893decad49b02d28ac6807d988 100644
|
| --- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp
|
| @@ -31,7 +31,8 @@ MediaStream* HTMLMediaElementCapture::captureStream(
|
|
|
| // Avoid capturing from EME-protected Media Elements.
|
| if (HTMLMediaElementEncryptedMedia::mediaKeys(element)) {
|
| - // This exception is not defined in the spec, see https://github.com/w3c/mediacapture-fromelement/issues/20.
|
| + // This exception is not defined in the spec, see
|
| + // https://github.com/w3c/mediacapture-fromelement/issues/20.
|
| exceptionState.throwDOMException(NotSupportedError,
|
| "Stream capture not supported with EME");
|
| return nullptr;
|
|
|