| Index: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp
|
| diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp
|
| index 2d3c3d39b7a7bc51084e19eaa19ce975a81f310d..78bb25034c57165246a362f85590711492a9190a 100644
|
| --- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp
|
| +++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp
|
| @@ -18,7 +18,8 @@ void HTMLCanvasElementModule::getContext(
|
| ExceptionState& exceptionState,
|
| RenderingContext& result) {
|
| if (canvas.surfaceLayerBridge()) {
|
| - // The existence of canvas surfaceLayerBridge indicates that HTMLCanvasElement.transferControlToOffscreen() has been called.
|
| + // The existence of canvas surfaceLayerBridge indicates that
|
| + // HTMLCanvasElement.transferControlToOffscreen() has been called.
|
| exceptionState.throwDOMException(InvalidStateError,
|
| "Cannot get context from a canvas that "
|
| "has transferred its control to "
|
|
|