| Index: third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| index 3ec5ea75518d14cd06915752c2fdefa0172f3a45..118e0f649d2e870eb9164baa626468a67798ea31 100644
|
| --- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| +++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| @@ -48,7 +48,6 @@ class CORE_EXPORT ActiveDOMObject : public ContextLifecycleObserver {
|
| // which don't need special treatment can skip implementation.
|
| virtual void suspend();
|
| virtual void resume();
|
| - virtual void stop();
|
|
|
| void didMoveToNewExecutionContext(ExecutionContext*);
|
|
|
|
|