[webkit-reviews] review requested: [Bug 38029] +[WebTextIteratorPrivate initialize] is missing call to JSC::initializeThreading() : [Attachment 54126] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 21:15:14 PDT 2010


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 38029: +[WebTextIteratorPrivate initialize] is missing call to
JSC::initializeThreading()
https://bugs.webkit.org/show_bug.cgi?id=38029

Attachment 54126: Patch
https://bugs.webkit.org/attachment.cgi?id=54126&action=review

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
Reviewed by NOBODY (OOPS!).

Every other Objective-C class that calls
WebCoreObjCFinalizeOnMainThread(self) in +initialize also calls
JSC::initializeThreading().  The WebTextIteratorPrivate class
was the only one missing this call.

* WebView/WebTextIterator.mm:
(+[WebTextIteratorPrivate initialize]): Added call to
JSC::initializeThreading().
---
 2 files changed, 17 insertions(+), 0 deletions(-)


More information about the webkit-reviews mailing list