Bug 88574

Summary: [BlackBerry] Get rid of unused maximumLayoutSize in WebPage
Product: WebKit Reporter: Jacky Jiang <jkjiang>
Component: WebKit BlackBerryAssignee: Jacky Jiang <jkjiang>
Status: RESOLVED FIXED    
Severity: Normal CC: rwlbuis, staikos, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Committed, r=rwlbuis none

Description Jacky Jiang 2012-06-07 13:54:48 PDT
Just saw an unused variable "const IntSize maximumLayoutSize(10000, 10000);" in
WebPage.cpp. I will get rid of it.
PR164098.
Comment 1 Jacky Jiang 2012-06-07 16:04:42 PDT
Created attachment 146409 [details]
Committed, r=rwlbuis
Comment 2 Rob Buis 2012-06-07 16:06:22 PDT
Comment on attachment 146409 [details]
Committed, r=rwlbuis

Ok.
Comment 3 Jacky Jiang 2012-06-12 14:50:41 PDT
Committed, r119771: <https://trac.webkit.org/changeset/119771>