| Index: third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| index ce5772146a6c390d78533a1eeae6f9922e07b9c4..1b8bdf9a95d9cc9748777132039c52c1a548e2bd 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| @@ -284,7 +284,6 @@ static void failedAccessCheckCallbackInMainThread(v8::Local<v8::Object> host, v8
|
| // FIXME: We should modify V8 to pass in more contextual information (context, property, and object).
|
| ExceptionState exceptionState(ExceptionState::UnknownContext, 0, 0, isolate->GetCurrentContext()->Global(), isolate);
|
| exceptionState.throwSecurityError(targetWindow->sanitizedCrossDomainAccessErrorMessage(currentDOMWindow(isolate)), targetWindow->crossDomainAccessErrorMessage(currentDOMWindow(isolate)));
|
| - exceptionState.throwIfNeeded();
|
| }
|
|
|
| static bool codeGenerationCheckCallbackInMainThread(v8::Local<v8::Context> context)
|
|
|