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 bd5e7b31fa52f74e50bfb3fcf29e1e5774a983db..e7b8e1ec1f3fdba339abe55b80ba3565dbf42b1d 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp |
+++ b/third_party/WebKit/Source/core/timing/PerformanceObserver.cpp |
@@ -79,7 +79,7 @@ void PerformanceObserver::enqueuePerformanceEntry(PerformanceEntry& entry) |
bool PerformanceObserver::shouldBeSuspended() const |
{ |
- return m_callback->executionContext() && m_callback->executionContext()->activeDOMObjectsAreSuspended(); |
+ return m_callback->getExecutionContext() && m_callback->getExecutionContext()->activeDOMObjectsAreSuspended(); |
} |
void PerformanceObserver::deliver() |