Bug 157516 - Fix the !ENABLE(CSS_REGIONS) build after r198990
Summary: Fix the !ENABLE(CSS_REGIONS) build after r198990
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 156144
  Show dependency treegraph
 
Reported: 2016-05-10 07:53 PDT by Csaba Osztrogonác
Modified: 2016-05-10 12:07 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2016-05-10 07:54 PDT, Csaba Osztrogonác
no flags 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 2016-05-10 07:53:30 PDT
../../Source/WebCore/style/StyleTreeResolver.cpp: In function 'bool WebCore::Style::affectsRenderedSubtree(WebCore::Element&, const WebCore::RenderStyle&)':
../../Source/WebCore/style/StyleTreeResolver.cpp:179:17: error: 'class WebCore::Element' has no member named 'shouldMoveToFlowThread'

shouldMoveToFlowThread is declared inside ENABLE(CSS_REGIONS) guard, we shouldn't call it unconditionally.
Comment 1 Csaba Osztrogonác 2016-05-10 07:54:32 PDT
Created attachment 278491 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-10 12:07:39 PDT
Comment on attachment 278491 [details]
Patch

Clearing flags on attachment: 278491

Committed r200633: <http://trac.webkit.org/changeset/200633>
Comment 3 WebKit Commit Bot 2016-05-10 12:07:43 PDT
All reviewed patches have been landed.  Closing bug.