Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / core / v8 / V8MutationCallback.cpp
index 8dfd8ee..d57b8c4 100644 (file)
@@ -52,7 +52,7 @@ void V8MutationCallback::call(const WillBeHeapVector<RefPtrWillBeMember<Mutation
 
     v8::Isolate* isolate = m_scriptState->isolate();
 
-    if (m_scriptState->contextIsValid())
+    if (!m_scriptState->contextIsValid())
         return;
     ScriptState::Scope scope(m_scriptState.get());