Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index d7dfed11c3a2950a1169c0233d6b18e474af9fcf..3acb8a925a8e17b1da77148bde53395eb03f3f5d 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -963,8 +963,8 @@ public: |
PassRefPtrWillBeRawPtr<Element> createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState&); |
PassRefPtrWillBeRawPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& typeExtension, ExceptionState&); |
- ScriptValue registerElement(blink::ScriptState*, const AtomicString& name, ExceptionState&); |
- ScriptValue registerElement(blink::ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames); |
+ ScriptValue registerElement(ScriptState*, const AtomicString& name, ExceptionState&); |
+ ScriptValue registerElement(ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames); |
CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); } |
CustomElementMicrotaskRunQueue* customElementMicrotaskRunQueue(); |