[Webkit-unassigned] [Bug 38029] New: +[WebTextIteratorPrivate initialize] is missing call to JSC::initializeThreading()

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


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

           Summary: +[WebTextIteratorPrivate initialize] is missing call
                    to JSC::initializeThreading()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: timothy at hatcher.name



David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54126|                            |review?
               Flag|                            |


Created an attachment (id=54126)
 --> (https://bugs.webkit.org/attachment.cgi?id=54126)
Patch

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(-)

-- 
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