Bug 144255

Summary: Fix the !ENABLE(CSS_GRID_LAYOUT) build after r183370
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, esprehn+autocc, glenn, jfernandez, kondapallykalyan, rego, svillar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-04-27 02:21:59 PDT
build log:
../../Source/WebCore/rendering/RenderBox.cpp: In member function 'virtual void WebCore::RenderBox::computeLogicalHeight(WebCore::LayoutUnit, WebCore::LayoutUnit, WebCore::RenderBox::LogicalExtentComputedValues&) const':
../../Source/WebCore/rendering/RenderBox.cpp:2715:109: error: 'class WebCore::RenderElement' has no member named 'isRenderGrid'
ninja: build stopped: subcommand failed.

Fix is coming.
Comment 1 Csaba Osztrogonác 2015-04-27 02:26:45 PDT
Created attachment 251731 [details]
Patch
Comment 2 Javier Fernandez 2015-04-27 02:52:31 PDT
Wow, I totally forgot about the flag. Sorry about it, the patch indeed fixes the bug.
Comment 3 WebKit Commit Bot 2015-04-27 04:12:02 PDT
Comment on attachment 251731 [details]
Patch

Clearing flags on attachment: 251731

Committed r183394: <http://trac.webkit.org/changeset/183394>
Comment 4 WebKit Commit Bot 2015-04-27 04:12:07 PDT
All reviewed patches have been landed.  Closing bug.