| Index: third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationObserver.cpp b/third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| index 0c595bb17a3517d44cc2d2581be6463caa602df6..9bf8da6324c473ddc0fd6fc2f1d21646150d391c 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserver.cpp
|
| @@ -206,7 +206,7 @@ HeapHashSet<Member<Node>> MutationObserver::getObservedNodes() const {
|
|
|
| bool MutationObserver::shouldBeSuspended() const {
|
| return m_callback->getExecutionContext() &&
|
| - m_callback->getExecutionContext()->activeDOMObjectsAreSuspended();
|
| + m_callback->getExecutionContext()->isContextSuspended();
|
| }
|
|
|
| void MutationObserver::cancelInspectorAsyncTasks() {
|
|
|