| Index: third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.cpp b/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.cpp
|
| index de5d778f6d14f8461d962e7d49b8abd7f22c13f4..f1db90243f6c90efc9bf141981e6f1eec311cdd5 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.cpp
|
| @@ -39,12 +39,6 @@ void V8IDBObserverCallback::handleChanges(IDBObserverChanges& changes, IDBObserv
|
| if (m_callback.isEmpty())
|
| return;
|
| v8::Local<v8::Value> observerHandle = toV8(&observer, m_scriptState->context()->Global(), m_scriptState->isolate());
|
| - if (observerHandle.IsEmpty()) {
|
| - if (!isScriptControllerTerminating())
|
| - CRASH();
|
| - return;
|
| - }
|
| -
|
| if (!observerHandle->IsObject())
|
| return;
|
|
|
|
|