| Index: Source/core/editing/ApplyStyleCommand.h
|
| diff --git a/Source/core/editing/ApplyStyleCommand.h b/Source/core/editing/ApplyStyleCommand.h
|
| index d872148ae413facd9eafc94f8d240a3b75bfbffa..435b25f510ee888a96c14826ee3652f0a3b4ac43 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.h
|
| +++ b/Source/core/editing/ApplyStyleCommand.h
|
| @@ -109,11 +109,11 @@ private:
|
| bool isValidCaretPositionInTextNode(const Position& position);
|
| bool mergeStartWithPreviousIfIdentical(const Position& start, const Position& end);
|
| bool mergeEndWithNextIfIdentical(const Position& start, const Position& end);
|
| - void cleanupUnstyledAppleStyleSpans(Node* dummySpanAncestor);
|
| + void cleanupUnstyledAppleStyleSpans(ContainerNode* dummySpanAncestor);
|
|
|
| void surroundNodeRangeWithElement(PassRefPtrWillBeRawPtr<Node> start, PassRefPtrWillBeRawPtr<Node> end, PassRefPtrWillBeRawPtr<Element>);
|
| float computedFontSize(Node*);
|
| - void joinChildTextNodes(Node*, const Position& start, const Position& end);
|
| + void joinChildTextNodes(ContainerNode*, const Position& start, const Position& end);
|
|
|
| HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, WritingDirection allowedDirection);
|
| void removeEmbeddingUpToEnclosingBlock(Node* node, Node* unsplitAncestor);
|
|
|