Changeset 237635 in webkit
- Timestamp:
- Oct 31, 2018, 7:21:57 AM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
layout/inlineformatting/InlineFormattingState.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r237634 r237635 1 2018-10-31 Zalan Bujtas <zalan@apple.com> 2 3 Missing from r237634 4 5 * layout/inlineformatting/InlineFormattingState.cpp: 6 (WebCore::Layout::InlineFormattingState::formattingContext): 7 1 8 2018-10-31 Zalan Bujtas <zalan@apple.com> 2 9 -
trunk/Source/WebCore/layout/inlineformatting/InlineFormattingState.cpp
r237633 r237635 48 48 { 49 49 ASSERT(formattingContextRoot.establishesInlineFormattingContext()); 50 return std::make_unique<InlineFormattingContext>(formattingContextRoot, this);50 return std::make_unique<InlineFormattingContext>(formattingContextRoot, *this); 51 51 } 52 52
Note:
See TracChangeset
for help on using the changeset viewer.