| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index 569a576428e3879b976e87227acb38bd03ec8fa7..d4439ae74ea70d3bff1e227ee9de8788dcb6650d 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -138,9 +138,6 @@ class CORE_EXPORT ExecutionContext : public ContextLifecycleNotifier,
|
| bool activeDOMObjectsAreSuspended() const {
|
| return m_activeDOMObjectsAreSuspended;
|
| }
|
| - bool activeDOMObjectsAreStopped() const {
|
| - return m_activeDOMObjectsAreStopped;
|
| - }
|
|
|
| // Called after the construction of an ActiveDOMObject to synchronize suspend
|
| // state.
|
| @@ -197,7 +194,6 @@ class CORE_EXPORT ExecutionContext : public ContextLifecycleNotifier,
|
| HeapVector<Member<ErrorEvent>> m_pendingExceptions;
|
|
|
| bool m_activeDOMObjectsAreSuspended;
|
| - bool m_activeDOMObjectsAreStopped;
|
|
|
| Member<PublicURLManager> m_publicURLManager;
|
|
|
|
|