| Index: Source/core/editing/CompositeEditCommand.h
 | 
| diff --git a/Source/core/editing/CompositeEditCommand.h b/Source/core/editing/CompositeEditCommand.h
 | 
| index 8b62ddda4cb7ac477232a82daecc8b8831459d7a..04506d64dcc24d61859f54f2630a79d49beaab49 100644
 | 
| --- a/Source/core/editing/CompositeEditCommand.h
 | 
| +++ b/Source/core/editing/CompositeEditCommand.h
 | 
| @@ -146,9 +146,9 @@ protected:
 | 
|      PassRefPtrWillBeRawPtr<Node> addBlockPlaceholderIfNeeded(Element*);
 | 
|      void removePlaceholderAt(const Position&);
 | 
|  
 | 
| -    PassRefPtrWillBeRawPtr<Node> insertNewDefaultParagraphElementAt(const Position&);
 | 
| +    PassRefPtrWillBeRawPtr<Element> insertNewDefaultParagraphElementAt(const Position&);
 | 
|  
 | 
| -    PassRefPtrWillBeRawPtr<Node> moveParagraphContentsToNewBlockIfNecessary(const Position&);
 | 
| +    PassRefPtrWillBeRawPtr<Element> moveParagraphContentsToNewBlockIfNecessary(const Position&);
 | 
|  
 | 
|      void pushAnchorElementDown(Node*);
 | 
|  
 | 
| 
 |