| Index: third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp b/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| index a0148f020551f4167e7c4e951409a89054d40751..27c6d2ca153a7f6568c821287ea3e9ed481ae0cc 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp
|
| @@ -77,7 +77,7 @@ void PerformanceObserver::enqueuePerformanceEntry(PerformanceEntry& entry) {
|
| }
|
|
|
| bool PerformanceObserver::shouldBeSuspended() const {
|
| - return m_executionContext->activeDOMObjectsAreSuspended();
|
| + return m_executionContext->isContextSuspended();
|
| }
|
|
|
| void PerformanceObserver::deliver() {
|
|
|