[Webkit-unassigned] [Bug 114844] New: [BLACKBERRY]fixed debug broken from previous patch

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


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

           Summary: [BLACKBERRY]fixed debug broken from previous patch
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xren at blackberry.com


Source/WebKit/blackberry/WebKitSupport/RenderQueue.cpp
-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());


in previous patch, remove a useful parameter in debug build.
so now fix it.

-- 
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