| Index: Source/core/editing/ApplyStyleCommand.h
|
| diff --git a/Source/core/editing/ApplyStyleCommand.h b/Source/core/editing/ApplyStyleCommand.h
|
| index 46ed5b977afb30f47e2da5de0108de85da2e0250..363e09e505d720502f03ca88257d5ec6c346a37d 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.h
|
| +++ b/Source/core/editing/ApplyStyleCommand.h
|
| @@ -136,7 +136,7 @@ enum ShouldStyleAttributeBeEmpty { AllowNonEmptyStyleAttribute, StyleAttributeSh
|
| bool isEmptyFontTag(const Element*, ShouldStyleAttributeBeEmpty = StyleAttributeShouldBeEmpty);
|
| bool isLegacyAppleStyleSpan(const Node*);
|
| bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element*);
|
| -PassRefPtr<HTMLElement> createStyleSpanElement(Document*);
|
| +PassRefPtr<HTMLElement> createStyleSpanElement(Document&);
|
|
|
| } // namespace WebCore
|
|
|
|
|