| 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 68f47f322817a4a20bf0b42176e7b9f68f86d5da..6520320d84ec4a4c31f6e2fbdfe85e3c7356792b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| @@ -276,7 +276,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)
|
|
|