Bug 88574 - [BlackBerry] Get rid of unused maximumLayoutSize in WebPage
Summary: [BlackBerry] Get rid of unused maximumLayoutSize in WebPage
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: Jacky Jiang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 13:54 PDT by Jacky Jiang
Modified: 2012-06-12 14:51 PDT (History)
3 users (show)

See Also:


Attachments
Committed, r=rwlbuis (1.59 KB, patch)
2012-06-07 16:04 PDT, Jacky Jiang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>