| Index: Source/bindings/core/v8/ScriptStreamer.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptStreamer.cpp b/Source/bindings/core/v8/ScriptStreamer.cpp
|
| index d72149dc85195a616f215e450a367a7e0e61de33..990c58a048766bcd7818f6cab0969e2232331458 100644
|
| --- a/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -408,7 +408,7 @@ bool ScriptStreamer::startStreamingInternal(PendingScript& script, Settings* set
|
| return false;
|
| }
|
|
|
| - if (scriptState->contextIsValid())
|
| + if (!scriptState->contextIsValid())
|
| return false;
|
| ScriptState::Scope scope(scriptState);
|
|
|
|
|