Bug 147516

Summary: Drop dummy Timer callbacks
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2015-07-31 17:07:21 PDT
Drop dummy Timer callbacks in the code base. A lot of Timer callbacks do nothing else beside calling a particular method. In such case, we can use the called method as Timer callback instead.
Comment 1 Chris Dumez 2015-07-31 17:10:52 PDT
Created attachment 257980 [details]
Patch
Comment 2 Chris Dumez 2015-07-31 17:17:50 PDT
Created attachment 257981 [details]
Patch
Comment 3 WebKit Commit Bot 2015-07-31 20:41:16 PDT
Comment on attachment 257981 [details]
Patch

Clearing flags on attachment: 257981

Committed r187706: <http://trac.webkit.org/changeset/187706>
Comment 4 WebKit Commit Bot 2015-07-31 20:41:21 PDT
All reviewed patches have been landed.  Closing bug.