Changeset 156816 in webkit for trunk/Source/WebCore/rendering/RenderFrameBase.cpp
- Timestamp:
- Oct 2, 2013, 7:26:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderFrameBase.cpp
r156285 r156816 62 62 if (childFrameView) 63 63 childFrameView->layout(); 64 setNeedsLayout(false);64 clearNeedsLayout(); 65 65 return; 66 66 } … … 99 99 ASSERT(!childRoot->firstChild() || !childRoot->firstChild()->firstChildSlow() || !childRoot->firstChild()->firstChildSlow()->needsLayout()); 100 100 101 setNeedsLayout(false);101 clearNeedsLayout(); 102 102 } 103 103
Note:
See TracChangeset
for help on using the changeset viewer.