| Index: Source/bindings/v8/V8WindowShell.cpp
|
| diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp
|
| index 05221c1dba05ccaad2ec5bb33ba85b86ea3f1549..f68494d2e79b6f4234da022e1215db0c8c5a1dbc 100644
|
| --- a/Source/bindings/v8/V8WindowShell.cpp
|
| +++ b/Source/bindings/v8/V8WindowShell.cpp
|
| @@ -362,7 +362,7 @@ void V8WindowShell::updateDocumentProperty()
|
| // We also stash a reference to the document on the inner global object so that
|
| // DOMWindow objects we obtain from JavaScript references are guaranteed to have
|
| // live Document objects.
|
| - toInnerGlobalObject(context)->SetHiddenValue(V8HiddenPropertyName::document(), documentWrapper);
|
| + toInnerGlobalObject(context)->SetHiddenValue(V8HiddenPropertyName::document(m_isolate), documentWrapper);
|
| }
|
|
|
| void V8WindowShell::clearDocumentProperty()
|
|
|