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

Unified Diff: Source/core/dom/Element.h

Issue 18258003: Pow __proto__, sock :unresolved, and clunk the created callback at once. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 521ff69970b4afc6536379ca8139f1a627f4ca24..23c3cc182cd583d2e5197deb6d6877d80e5a379f 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -479,7 +479,7 @@ public:
void setIsInCanvasSubtree(bool);
bool isInCanvasSubtree() const;
- bool isUnresolvedCustomElement();
+ bool isUnresolvedCustomElement() { return isCustomElement() && !isUpgradedCustomElement(); }
void setRegionOversetState(RegionOversetState);
RegionOversetState regionOversetState() const;

Powered by Google App Engine
This is Rietveld 408576698