| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
|
| index 8085fad3b879158705990c438c03f470293c580f..3598aa2f2b7cdcf2e3bc339bb52e901c435d7e98 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
|
| @@ -93,8 +93,8 @@ void V8Document::openMethodCustom(
|
| return;
|
| }
|
|
|
| - ExceptionState exceptionState(ExceptionState::ExecutionContext, "open",
|
| - "Document", info.Holder(), info.GetIsolate());
|
| + ExceptionState exceptionState(
|
| + info.GetIsolate(), ExceptionState::ExecutionContext, "Document", "open");
|
| document->open(enteredDOMWindow(info.GetIsolate())->document(),
|
| exceptionState);
|
|
|
|
|