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

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

Issue 2166213002: Fire attributeChangedCallback on style changes for Custom Elements V1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dominicc review Created 4 years, 5 months 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/CustomElement.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElement.h b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
index 8ab8febd7654e1080c0987d803a4eafe266b5964..64655702ab17b766498c78d1296110ed5ba31eb2 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
@@ -30,7 +30,7 @@ public:
static CustomElementsRegistry* registry(const Element&);
static CustomElementsRegistry* registry(const Document&);
- static CustomElementDefinition* definitionForElement(const Element&);
+ static CustomElementDefinition* definitionForElement(const Element*);
static bool isValidName(const AtomicString& name);

Powered by Google App Engine
This is Rietveld 408576698