| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 841f6749776cf5f96dd192558a5dd7a24b0cafe7..20699128cd1e15f865d21f6cfe46d9ab085d989d 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -354,7 +354,7 @@ public:
|
| bool isInCanvasSubtree() const;
|
|
|
| bool isUpgradedCustomElement() { return customElementState() == Upgraded; }
|
| - bool isUnresolvedCustomElement() { return isCustomElement() && !isUpgradedCustomElement(); }
|
| + bool isUnresolvedCustomElement() { return customElementState() == WaitingForUpgrade; }
|
|
|
| void setIsInsideRegion(bool);
|
| bool isInsideRegion() const;
|
|
|