| Index: third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp
|
| index 7fb1ecf470df908bad595780cdea576ccfa115b5..83aa57b82c52d0625bc02ae4624a8d21edd0b8ae 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp
|
| @@ -39,7 +39,9 @@ namespace blink {
|
|
|
| void ExceptionState::throwDOMException(const ExceptionCode& ec,
|
| const String& message) {
|
| - // SecurityError is thrown via ::throwSecurityError, and _careful_ consideration must be given to the data exposed to JavaScript via the 'sanitizedMessage'.
|
| + // SecurityError is thrown via ::throwSecurityError, and _careful_
|
| + // consideration must be given to the data exposed to JavaScript via the
|
| + // 'sanitizedMessage'.
|
| DCHECK(ec != SecurityError);
|
|
|
| const String& processedMessage = addExceptionContext(message);
|
|
|