| 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;
|
|
|