| Index: Source/bindings/v8/ScriptState.cpp
|
| diff --git a/Source/bindings/v8/ScriptState.cpp b/Source/bindings/v8/ScriptState.cpp
|
| index d035014194227fe90ce5d69cbd8b9a5e4260ec57..166fea7345edd76c84d6dec6b3f0d806f1236d08 100644
|
| --- a/Source/bindings/v8/ScriptState.cpp
|
| +++ b/Source/bindings/v8/ScriptState.cpp
|
| @@ -44,7 +44,7 @@
|
| namespace WebCore {
|
|
|
| ScriptState::ScriptState(v8::Handle<v8::Context> context)
|
| - : m_context(context)
|
| + : m_context(context->GetIsolate(), context)
|
| , m_isolate(context->GetIsolate())
|
| {
|
| m_context.makeWeak(this, &makeWeakCallback);
|
|
|