| Index: sky/engine/core/html/HTMLStyleElement.h
|
| diff --git a/sky/engine/core/html/HTMLStyleElement.h b/sky/engine/core/html/HTMLStyleElement.h
|
| index 03c9c729137bae36d5733f43940e616a49dc36f4..2b32e4bc5a6a168d49a5d78d6d1e9475c9543f07 100644
|
| --- a/sky/engine/core/html/HTMLStyleElement.h
|
| +++ b/sky/engine/core/html/HTMLStyleElement.h
|
| @@ -61,9 +61,6 @@ private:
|
| virtual void childrenChanged(const ChildrenChange&) override;
|
|
|
| RefPtr<CSSStyleSheet> m_sheet;
|
| -
|
| - bool m_loading : 1;
|
| - bool m_registeredAsCandidate : 1;
|
| };
|
|
|
| } // namespace blink
|
|
|