[Webkit-unassigned] [Bug 114670] [BLACKBERRY]fix warning(unused parameter)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 10:58:18 PDT 2013


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


Ming Xie <mxie at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mxie at rim.com




--- Comment #42 from Ming Xie <mxie at rim.com>  2013-04-18 10:56:36 PST ---
Xuefei, your previous cleanup patch broke the debug build.

Can you merge the following change in your new patch? Thanks!

diff --git a/Source/WebKit/blackberry/WebKitSupport/RenderQueue.cpp b/Source/WebKit/blackberry/WebKitSupport/RenderQueue.cpp
index a6b8b95..16b7718 100644
--- a/Source/WebKit/blackberry/WebKitSupport/RenderQueue.cpp
+++ b/Source/WebKit/blackberry/WebKitSupport/RenderQueue.cpp
@@ -879,7 +879,7 @@ void RenderQueue::renderScrollZoomJobs(TileIndexList* outstandingJobs, TileIndex
         scrollZoomJobsCompleted(*outstandingJobs, completedJobs, shouldBlitWhenCompleted);
 }

-void RenderQueue::scrollZoomJobsCompleted(const TileIndexList&, TileIndexList* completedJobs, bool shouldBlit)
+void RenderQueue::scrollZoomJobsCompleted(const TileIndexList& outstandingJobs, TileIndexList* completedJobs, bool shouldBlit)
 {
     // Get rid of the completed list!
     ASSERT(outstandingJobs.isEmpty());

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


More information about the webkit-unassigned mailing list