Index: Source/core/editing/CompositeEditCommand.h |
diff --git a/Source/core/editing/CompositeEditCommand.h b/Source/core/editing/CompositeEditCommand.h |
index 2d5614ac1cd51ebadf234a67c6791e78f6b67e23..b0ebf2a5d14de9d1a0a30d50f9b7b00b361211de 100644 |
--- a/Source/core/editing/CompositeEditCommand.h |
+++ b/Source/core/editing/CompositeEditCommand.h |
@@ -120,7 +120,7 @@ protected: |
bool canRebalance(const Position&) const; |
bool shouldRebalanceLeadingWhitespaceFor(const String&) const; |
void removeCSSProperty(PassRefPtrWillBeRawPtr<Element>, CSSPropertyID); |
- void removeNodeAttribute(PassRefPtrWillBeRawPtr<Element>, const QualifiedName& attribute); |
+ void removeElementAttribute(PassRefPtrWillBeRawPtr<Element>, const QualifiedName& attribute); |
void removeChildrenInRange(PassRefPtrWillBeRawPtr<Node>, unsigned from, unsigned to); |
virtual void removeNode(PassRefPtrWillBeRawPtr<Node>, ShouldAssumeContentIsAlwaysEditable = DoNotAssumeContentIsAlwaysEditable); |
HTMLSpanElement* replaceElementWithSpanPreservingChildrenAndAttributes(PassRefPtrWillBeRawPtr<HTMLElement>); |