Bug 64871 - gtk shouldn't have global variables for timers.
Summary: gtk shouldn't have global variables for timers.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks: 64577
  Show dependency treegraph
 
Reported: 2011-07-20 07:54 PDT by David Levin
Modified: 2011-07-20 11:11 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.77 KB, patch)
2011-07-20 07:59 PDT, David Levin
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-07-20 07:54:51 PDT
Globals slow down start time and more importantly to me cause currentThread() to be called before WTF::initializeThreading() has been called.
Comment 1 David Levin 2011-07-20 07:59:12 PDT
Created attachment 101470 [details]
Patch
Comment 2 Martin Robinson 2011-07-20 09:30:01 PDT
Comment on attachment 101470 [details]
Patch

I'm afraid these are both my fault. Thanks for fixing them!
Comment 3 David Levin 2011-07-20 11:11:24 PDT
No worries. (It wasn't a big problem until my next patch in bug 64577 :).)

Committed as http://trac.webkit.org/changeset/91378