| Index: Source/bindings/core/v8/ScriptState.h
|
| diff --git a/Source/bindings/core/v8/ScriptState.h b/Source/bindings/core/v8/ScriptState.h
|
| index a569d3414f89f10f7ade0cc14bc9cd4e2216c3b1..a49a14f49de904c3a6750b73b173515211309451 100644
|
| --- a/Source/bindings/core/v8/ScriptState.h
|
| +++ b/Source/bindings/core/v8/ScriptState.h
|
| @@ -32,7 +32,7 @@ public:
|
| : m_handleScope(scriptState->isolate())
|
| , m_context(scriptState->context())
|
| {
|
| - ASSERT(!m_context.IsEmpty());
|
| + ASSERT(scriptState->contextIsValid());
|
| m_context->Enter();
|
| }
|
|
|
|
|