⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 237635 in webkit


Ignore:
Timestamp:
Oct 31, 2018, 7:21:57 AM (8 years ago)
Author:
Alan Bujtas
Message:

Missing from r237634

  • layout/inlineformatting/InlineFormattingState.cpp:

(WebCore::Layout::InlineFormattingState::formattingContext):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r237634 r237635  
     12018-10-31  Zalan Bujtas  <zalan@apple.com>
     2
     3        Missing from r237634
     4
     5        * layout/inlineformatting/InlineFormattingState.cpp:
     6        (WebCore::Layout::InlineFormattingState::formattingContext):
     7
    182018-10-31  Zalan Bujtas  <zalan@apple.com>
    29
  • trunk/Source/WebCore/layout/inlineformatting/InlineFormattingState.cpp

    r237633 r237635  
    4848{
    4949    ASSERT(formattingContextRoot.establishesInlineFormattingContext());
    50     return std::make_unique<InlineFormattingContext>(formattingContextRoot, this);
     50    return std::make_unique<InlineFormattingContext>(formattingContextRoot, *this);
    5151}
    5252
Note: See TracChangeset for help on using the changeset viewer.