Bug 91404 - [BlackBerry] Our implementation of scheduleDispatchFunctionsOnMainThread is suboptimal
Summary: [BlackBerry] Our implementation of scheduleDispatchFunctionsOnMainThread is s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Treat
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 11:05 PDT by Adam Treat
Modified: 2012-07-16 11:41 PDT (History)
3 users (show)

See Also:


Attachments
Fix (2.14 KB, patch)
2012-07-16 11:17 PDT, Adam Treat
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2012-07-16 11:05:39 PDT
Right now we're using an outdated API that involves a virtual function call for no reason.  Use the new API that is much more direct and to the point.
Comment 1 Adam Treat 2012-07-16 11:17:31 PDT
Created attachment 152568 [details]
Fix
Comment 2 WebKit Review Bot 2012-07-16 11:40:56 PDT
Comment on attachment 152568 [details]
Fix

Clearing flags on attachment: 152568

Committed r122744: <http://trac.webkit.org/changeset/122744>
Comment 3 WebKit Review Bot 2012-07-16 11:41:00 PDT
All reviewed patches have been landed.  Closing bug.