Changeset 53421 in webkit


Ignore:
Timestamp:
Jan 18, 2010 12:57:17 PM (14 years ago)
Author:
mitz@apple.com
Message:

Address review comments on the last change

  • rendering/TrailingFloatsRootInlineBox.h:

(WebCore::TrailingFloatsRootInlineBox::TrailingFloatsRootInlineBox):

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53420 r53421  
     12010-01-18  Dan Bernstein  <mitz@apple.com>
     2
     3        Address review comments on the last change
     4
     5        * rendering/TrailingFloatsRootInlineBox.h:
     6        (WebCore::TrailingFloatsRootInlineBox::TrailingFloatsRootInlineBox):
     7
    182010-01-18  Dan Bernstein  <mitz@apple.com>
    29
  • trunk/WebCore/rendering/TrailingFloatsRootInlineBox.h

    r53420 r53421  
    3333class TrailingFloatsRootInlineBox : public RootInlineBox {
    3434public:
    35     TrailingFloatsRootInlineBox(RenderObject* obj) : RootInlineBox(obj)
     35    TrailingFloatsRootInlineBox(RenderObject* object) : RootInlineBox(object)
    3636    {
    3737        setHasVirtualHeight();
    3838    }
    3939
     40private:
    4041    virtual int virtualHeight() const { return 0; }
    4142};
Note: See TracChangeset for help on using the changeset viewer.