Index: Source/core/editing/ApplyStyleCommand.h |
diff --git a/Source/core/editing/ApplyStyleCommand.h b/Source/core/editing/ApplyStyleCommand.h |
index 082f9802d4a47ddcc7ec044a1b553024db99810e..b7e4ccc65877205c85e80b6a9abd77f90669a883 100644 |
--- a/Source/core/editing/ApplyStyleCommand.h |
+++ b/Source/core/editing/ApplyStyleCommand.h |
@@ -136,7 +136,7 @@ private: |
enum ShouldStyleAttributeBeEmpty { AllowNonEmptyStyleAttribute, StyleAttributeShouldBeEmpty }; |
bool isEmptyFontTag(const Element*, ShouldStyleAttributeBeEmpty = StyleAttributeShouldBeEmpty); |
-bool isLegacyAppleStyleSpan(const Node*); |
+bool isLegacyAppleHTMLSpanElement(const Node*); |
bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element*); |
PassRefPtrWillBeRawPtr<HTMLSpanElement> createStyleSpanElement(Document&); |