| Index: Source/core/dom/CustomElementRegistrationContext.h
|
| diff --git a/Source/core/dom/CustomElementRegistrationContext.h b/Source/core/dom/CustomElementRegistrationContext.h
|
| index 7b8449f37170188f827fdd18bbc3d8318a6204c2..7d23d725b990c378130df3fc943e5619816271d8 100644
|
| --- a/Source/core/dom/CustomElementRegistrationContext.h
|
| +++ b/Source/core/dom/CustomElementRegistrationContext.h
|
| @@ -62,7 +62,7 @@ public:
|
| NotCreatedByParser
|
| };
|
|
|
| - PassRefPtr<Element> createCustomTagElement(Document*, const QualifiedName&, CreationMode = NotCreatedByParser);
|
| + PassRefPtr<Element> createCustomTagElement(Document&, const QualifiedName&, CreationMode = NotCreatedByParser);
|
| static void setIsAttributeAndTypeExtension(Element*, const AtomicString& type);
|
| static void setTypeExtension(Element*, const AtomicString& type, CreationMode = NotCreatedByParser);
|
|
|
|
|