| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 9c3169644223ce80e8047fcbae8e70789775be74..2042f4b6531427b3bdd8decb2348cd3c61bfe239 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -216,8 +216,8 @@ public:
|
|
|
| RenderStyle* computedStyle(PseudoId = NOPSEUDO);
|
|
|
| - bool isUpgradedCustomElement() { return customElementState() == Upgraded; }
|
| - bool isUnresolvedCustomElement() { return customElementState() == WaitingForUpgrade; }
|
| + bool isUpgradedCustomElement() const { return customElementState() == Upgraded; }
|
| + bool isUnresolvedCustomElement() const { return customElementState() == WaitingForUpgrade; }
|
|
|
| AtomicString computeInheritedLanguage() const;
|
|
|
|
|