| Index: Source/WebCore/workers/WorkerRunLoop.h
|
| ===================================================================
|
| --- Source/WebCore/workers/WorkerRunLoop.h (revision 141168)
|
| +++ Source/WebCore/workers/WorkerRunLoop.h (working copy)
|
| @@ -61,6 +61,7 @@
|
| bool terminated() const { return m_messageQueue.killed(); }
|
|
|
| void postTask(PassOwnPtr<ScriptExecutionContext::Task>);
|
| + void postTaskAndTerminate(PassOwnPtr<ScriptExecutionContext::Task>);
|
| void postTaskForMode(PassOwnPtr<ScriptExecutionContext::Task>, const String& mode);
|
|
|
| unsigned long createUniqueId() { return ++m_uniqueId; }
|
|
|