| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 78b3a0ea7b840ef58c96eb712b10abb1a1d9f41d..a1864bd2956f74f390ba80d365830d0a6867d9a4 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1070,6 +1070,7 @@ public:
|
| PassRefPtr<CustomElementConstructor> registerElement(WebCore::ScriptState*, const AtomicString& name, ExceptionCode&);
|
| PassRefPtr<CustomElementConstructor> registerElement(WebCore::ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionCode&);
|
| CustomElementRegistry* registry() const { return m_registry.get(); }
|
| + CustomElementRegistry* ensureCustomElementRegistry();
|
|
|
| void adjustFloatQuadsForScrollAndAbsoluteZoom(Vector<FloatQuad>&, RenderObject*);
|
| void adjustFloatRectForScrollAndAbsoluteZoom(FloatRect&, RenderObject*);
|
|
|