Bug 141327 - REGRESSION(r179476): It broke the !ENABLE(PICTURE_SIZES) build
Summary: REGRESSION(r179476): It broke the !ENABLE(PICTURE_SIZES) build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 141026
  Show dependency treegraph
 
Reported: 2015-02-06 02:17 PST by Csaba Osztrogonác
Modified: 2015-02-11 08:41 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.69 KB, patch)
2015-02-11 08:30 PST, Darin Adler
ossy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-02-06 02:17:31 PST
../../Source/WebCore/html/parser/HTMLPreloadScanner.cpp: In member function 'void WebCore::TokenPreloadScanner::StartTagScanner::processAttributes(const AttributeList&, WebCore::Document&)':
../../Source/WebCore/html/parser/HTMLPreloadScanner.cpp:110:55: error: 'm_sizesAttribute' was not declared in this scope
Comment 1 Csaba Osztrogonác 2015-02-11 07:36:56 PST
It seems nobody is interested in fixing this broken ENABLE(PICTURE_SIZES) guard.
Can we remove this guard if nobody wants to build with disabled guard?
Comment 2 Darin Adler 2015-02-11 08:30:25 PST
Created attachment 246393 [details]
Patch
Comment 3 Darin Adler 2015-02-11 08:41:14 PST
Committed r179928: <http://trac.webkit.org/changeset/179928>