Index: Source/WebCore/editing/ApplyStyleCommand.h |
=================================================================== |
--- Source/WebCore/editing/ApplyStyleCommand.h (revision 95747) |
+++ Source/WebCore/editing/ApplyStyleCommand.h (working copy) |
@@ -129,7 +129,7 @@ |
IsInlineElementToRemoveFunction m_isInlineElementToRemoveFunction; |
}; |
-bool isLegacyAppleStyleSpan(const Node*); |
+bool isStyleSpan(const Node*); |
bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element*); |
PassRefPtr<HTMLElement> createStyleSpanElement(Document*); |