[Webkit-unassigned] [Bug 22755] Next step to Timers in Workers: moving timer code from other places to DOMTimer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 28 01:35:07 PST 2008


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





------- Comment #9 from dimich at chromium.org  2008-12-28 01:35 PDT -------
Thanks a lot! 

Fixed everything.  The patch is coming after tests are completed.

After switching to OwnPtr for ScheduledAction the DOMTimer destructor becomes
empty. I have left it in cpp file to avoid including ScheduleAction.h in
DOMTimer.h (otherwise compiler tries to generate default destructor for
DOMTimer). Also makes it possible to set a breakpoint into destructor.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list