| Index: Source/WebCore/editing/InsertParagraphSeparatorCommand.h
|
| ===================================================================
|
| --- Source/WebCore/editing/InsertParagraphSeparatorCommand.h (revision 139393)
|
| +++ Source/WebCore/editing/InsertParagraphSeparatorCommand.h (working copy)
|
| @@ -46,8 +46,8 @@
|
|
|
| void calculateStyleBeforeInsertion(const Position&);
|
| void applyStyleAfterInsertion(Node* originalEnclosingBlock);
|
| - void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<Element*>& ancestors);
|
| - PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Element> blockToInsert);
|
| + void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors);
|
| + PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<RefPtr<Element> >& ancestors, PassRefPtr<Element> blockToInsert);
|
|
|
| bool shouldUseDefaultParagraphElement(Node*) const;
|
|
|
|
|