Bug 114022 - [BlackBerry] Remove unused parameters from notifyAnimationStarted() and paintContents()
Summary: [BlackBerry] Remove unused parameters from notifyAnimationStarted() and paint...
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 04:35 PDT by Alberto Garcia
Modified: 2013-04-05 05:49 PDT (History)
6 users (show)

See Also:


Attachments
Patch (7.09 KB, patch)
2013-04-05 04:37 PDT, Alberto Garcia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2013-04-05 04:35:44 PDT
These only produce annoying compiler warnings:

Source/WebKit/blackberry/Api/WebPage_p.h:404:18: warning: unused parameter 'time' [-Wunused-parameter]
Source/WebKit/blackberry/Api/WebPage_p.h:406:18: warning: unused parameter 'inClip' [-Wunused-parameter]
Comment 1 Alberto Garcia 2013-04-05 04:37:46 PDT
Created attachment 196616 [details]
Patch
Comment 2 WebKit Commit Bot 2013-04-05 05:49:12 PDT
Comment on attachment 196616 [details]
Patch

Clearing flags on attachment: 196616

Committed r147740: <http://trac.webkit.org/changeset/147740>
Comment 3 WebKit Commit Bot 2013-04-05 05:49:14 PDT
All reviewed patches have been landed.  Closing bug.