| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 2aa17457d68edec02c24d308c4a40a8e46173f8c..29ee590b38a810ae41f7d23c164a61d2c5f724be 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 setIsInsideRegion(bool);
|
| bool isInsideRegion() const;
|
|
|