Index: Source/core/dom/StyleElement.h |
diff --git a/Source/core/dom/StyleElement.h b/Source/core/dom/StyleElement.h |
index b10337ec5f589ed379273fc5138122687486a547..21bbf8cef72728914f42488cd1719bf21338264e 100644 |
--- a/Source/core/dom/StyleElement.h |
+++ b/Source/core/dom/StyleElement.h |
@@ -60,8 +60,9 @@ private: |
void process(Element*); |
void clearSheet(Element* ownerElement = 0); |
- bool m_createdByParser; |
- bool m_loading; |
+ bool m_createdByParser : 1; |
+ bool m_loading : 1; |
+ bool m_registeredAsCandidate : 1; |
TextPosition m_startPosition; |
}; |