[Webkit-unassigned] [Bug 112448] [BlackBerry] GCActivityCallback: replace JSLock with JSLockHolder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 11:51:46 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112448





--- Comment #2 from Xan Lopez <xan.lopez at gmail.com>  2013-03-21 11:54:13 PST ---
(From update of attachment 193313)
View in context: https://bugs.webkit.org/attachment.cgi?id=193313&action=review

> Source/JavaScriptCore/runtime/GCActivityCallbackBlackBerry.cpp:35
> +    JSC::JSLockHolder lock(m_globalData);

Seems weird that JSLock didn't need the explicit namespace but JSLockHolder does. Other than that seems sensible given the patch in the other bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list