| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 8575c9f3f6150ac8f0086db917321218960b5afa..35f6e17d7cf555b1b4db857de6703ca2b092e764 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -481,6 +481,7 @@ public:
|
| void setIsInCanvasSubtree(bool);
|
| bool isInCanvasSubtree() const;
|
|
|
| + bool isUpgradedCustomElement() { return customElementState() == Upgraded; }
|
| bool isUnresolvedCustomElement() { return isCustomElement() && !isUpgradedCustomElement(); }
|
|
|
| void setIsInsideRegion(bool);
|
|
|