summaryrefslogtreecommitdiff
path: root/Source/WebCore/workers/WorkerThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/workers/WorkerThread.h')
-rw-r--r--Source/WebCore/workers/WorkerThread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/workers/WorkerThread.h b/Source/WebCore/workers/WorkerThread.h
index 6646b1148..e3a11df00 100644
--- a/Source/WebCore/workers/WorkerThread.h
+++ b/Source/WebCore/workers/WorkerThread.h
@@ -80,8 +80,8 @@ namespace WebCore {
private:
// Static function executed as the core routine on the new thread. Passed a pointer to a WorkerThread object.
- static void* workerThreadStart(void*);
- void* workerThread();
+ static void workerThreadStart(void*);
+ void workerThread();
ThreadIdentifier m_threadID;
WorkerRunLoop m_runLoop;