DescriptionFix ASSERTS in worker code in OSX.
One issue was with using WTF::currentThread() from destructor of thread-specific data. In pthreads environment, this destructors are called after thread is detached and there is no ThreadIdentifier for it.
Also moved the destruction of dom objects from thread-specific destructor time to WorkerScriptController destruction time - to prevent similar issues with WTF ThreadIdentifier since WorkerScriptController is destroyed before thread proc actually exits.
Patch Set 1 #
Total comments: 2
Patch Set 2 : '' #Patch Set 3 : '' #
Created: 11 years, 8 months ago
Messages
Total messages: 5 (0 generated)
|