Implement GCActivityCallback for PLATFORM(BLACKBERRY)
Created attachment 152285 [details] the patch
Comment on attachment 152285 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=152285&action=review LGTM. > Source/JavaScriptCore/heap/HeapTimer.h:70 > + bool m_valid; May be a bit strange to declare before the getter.
Created attachment 152292 [details] 90175
Created attachment 152307 [details] again
Comment on attachment 152307 [details] again Clearing flags on attachment: 152307 Committed r122624: <http://trac.webkit.org/changeset/122624>
All reviewed patches have been landed. Closing bug.
Reopen to use a JSLock when doing GC to avoid assertions
Created attachment 153799 [details] the patch
Comment on attachment 153799 [details] the patch Looks good.
Comment on attachment 153799 [details] the patch Clearing flags on attachment: 153799 Committed r123342: <http://trac.webkit.org/changeset/123342>