Index: Source/core/editing/EditingStyle.h |
diff --git a/Source/core/editing/EditingStyle.h b/Source/core/editing/EditingStyle.h |
index bee6028d7fa0f8d896d67296bd91fc14e57744be..9d2ef28911ab59fd517796acc1cd932973347de3 100644 |
--- a/Source/core/editing/EditingStyle.h |
+++ b/Source/core/editing/EditingStyle.h |
@@ -117,7 +117,7 @@ public: |
bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = nullptr, ShouldExtractMatchingStyle = DoNotExtractMatchingStyle) const; |
bool conflictsWithImplicitStyleOfAttributes(HTMLElement*) const; |
bool extractConflictingImplicitStyleOfAttributes(HTMLElement*, ShouldPreserveWritingDirection, EditingStyle* extractedStyle, |
- Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle) const; |
+ Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle) const; |
bool styleIsPresentInComputedStyleOfNode(Node*) const; |
static bool elementIsStyledSpanOrHTMLEquivalent(const HTMLElement*); |