Changeset 25328 in webkit


Ignore:
Timestamp:
Aug 30, 2007 6:40:25 PM (17 years ago)
Author:
justing
Message:

Fixing comma placement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/editing/InsertParagraphSeparatorCommand.cpp

    r25327 r25328  
    4444
    4545InsertParagraphSeparatorCommand::InsertParagraphSeparatorCommand(Document *document, bool useDefaultParagraphElement)
    46     : CompositeEditCommand(document),
    47       m_useDefaultParagraphElement(useDefaultParagraphElement)
     46    : CompositeEditCommand(document)
     47    , m_useDefaultParagraphElement(useDefaultParagraphElement)
    4848{
    4949}
Note: See TracChangeset for help on using the changeset viewer.