Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h

Issue 2479243002: If 'is' is not null and custom element definition not found, NotFoundError should be thrown (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
index cabdd3dde943c91c45bf486a223c039203ccb367..5d29780b1c65bd3170f369ebc21cfb842296c835 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
@@ -68,6 +68,7 @@ class V0CustomElementRegistrationContext final
bool nameIsDefined(const AtomicString& name) const;
void setV1(const CustomElementRegistry*);
+ bool v1NameIsDefined(const AtomicString& name) const;
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698