WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 38029
+[WebTextIteratorPrivate initialize] is missing call to JSC::initializeThreading()
https://bugs.webkit.org/show_bug.cgi?id=38029
Summary
+[WebTextIteratorPrivate initialize] is missing call to JSC::initializeThread...
David Kilzer (:ddkilzer)
Reported
2010-04-22 21:15:14 PDT
Created
attachment 54126
[details]
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(-)
Attachments
Patch
(1.39 KB, patch)
2010-04-22 21:15 PDT
,
David Kilzer (:ddkilzer)
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2010-04-23 00:37:58 PDT
Committed
r58156
: <
http://trac.webkit.org/changeset/58156
>
Darin Adler
Comment 2
2010-04-23 09:14:47 PDT
Sounds like we need a helper function that does both.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug