Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ActiveDOMObject.h
index d51cac9..6adfb60 100644 (file)
@@ -55,9 +55,6 @@ public:
     // which don't need special treatment can skip implementation.
     virtual void suspend();
     virtual void resume();
-    // willStop is called when stop() for the owner worker is called. It's not
-    // called if the owner is a Document. It's ok to post a task to the context.
-    virtual void willStop();
     virtual void stop();
 
     void didMoveToNewExecutionContext(ExecutionContext*);