| Index: Source/wtf/ThreadingWin.cpp
|
| diff --git a/Source/wtf/ThreadingWin.cpp b/Source/wtf/ThreadingWin.cpp
|
| index ad959c952e89645a14fe2a32c45350c67a80e3c5..105e8b9d6f806267bdf28e3e97b52880dda3583d 100644
|
| --- a/Source/wtf/ThreadingWin.cpp
|
| +++ b/Source/wtf/ThreadingWin.cpp
|
| @@ -218,8 +218,7 @@ ThreadIdentifier createThreadInternal(ThreadFunction entryPoint, void* data, con
|
| }
|
|
|
| // The thread will take ownership of invocation.
|
| - ThreadFunctionInvocation* leakedInvocation = invocation.leakPtr();
|
| - UNUSED_PARAM(leakedInvocation);
|
| + ThreadFunctionInvocation* ALLOW_UNUSED leakedInvocation = invocation.leakPtr();
|
|
|
| threadID = static_cast<ThreadIdentifier>(threadIdentifier);
|
| storeThreadHandleByIdentifier(threadIdentifier, threadHandle);
|
|
|