Changeset 157389 in webkit for trunk/Source/WebCore/rendering/RenderGrid.cpp
- Timestamp:
- Oct 14, 2013, 2:00:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderGrid.cpp
r157211 r157389 730 730 ASSERT(!initialPosition.isSpan() || !finalPosition.isSpan()); 731 731 732 if (initialPosition. isAuto() && finalPosition.isAuto()) {732 if (initialPosition.shouldBeResolvedAgainstOppositePosition() && finalPosition.shouldBeResolvedAgainstOppositePosition()) { 733 733 if (style()->gridAutoFlow() == AutoFlowNone) 734 734 return adoptPtr(new GridSpan(0, 0));
Note:
See TracChangeset
for help on using the changeset viewer.