Index: third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
index 292f86bed06af745541b05496ea41a545bdde531..e9cd8f7712707e5645f5215d526ac2b612f969a3 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h |
@@ -44,6 +44,8 @@ public: |
const ElementRegistrationOptions&, |
ExceptionState&); |
+ ScriptValue get(ScriptState*, const AtomicString& name); |
+ |
bool nameIsDefined(const AtomicString& name) const |
{ |
return m_definitions.contains(name); |