| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 0bfe2ed0bf463d678fb8a017102ea679066e97ab..c54de1e0830b6ed839d26ddd09de2023873475d2 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -994,6 +994,7 @@ public:
|
| ScriptValue registerElement(WebCore::ScriptState*, const AtomicString& name, ExceptionCode&);
|
| ScriptValue registerElement(WebCore::ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionCode&);
|
| CustomElementRegistrationContext* registrationContext() { return m_registrationContext.get(); }
|
| + void setRegistrationContext(PassRefPtr<CustomElementRegistrationContext>);
|
|
|
| void setImport(HTMLImport*);
|
| HTMLImport* import() const { return m_import; }
|
|
|