Ignore:
Timestamp:
Sep 13, 2013, 5:21:12 AM (12 years ago)
Author:
[email protected]
Message:

[CTTE] RenderMultiColumnBlock is never anonymous.
<https://webkit.org/b/121292>

Reviewed by Antti Koivisto.

Hide element() and provide existingElement() instead, returning an Element&.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/rendering/RenderMultiColumnBlock.cpp

    r155211 r155688  
    3636namespace WebCore {
    3737
    38 RenderMultiColumnBlock::RenderMultiColumnBlock(Element* element)
    39     : RenderBlockFlow(element)
     38RenderMultiColumnBlock::RenderMultiColumnBlock(Element& element)
     39    : RenderBlockFlow(&element)
    4040    , m_flowThread(0)
    4141    , m_columnCount(1)
Note: See TracChangeset for help on using the changeset viewer.