Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / workers / WorkerRunLoop.h
index 88d1b3a..3f3f59f 100644 (file)
@@ -68,12 +68,9 @@ namespace WebCore {
 
         // Returns true if the loop is still alive, false if it has been terminated.
         bool postTaskForMode(PassOwnPtr<ExecutionContextTask>, const String& mode);
-        bool postTaskForMode(const Closure&, const String& mode);
 
         unsigned long createUniqueId() { return ++m_uniqueId; }
 
-        static String defaultMode();
-
         class Task;
 
     private: