Index: third_party/WebKit/Source/core/dom/StyleElement.h |
diff --git a/third_party/WebKit/Source/core/dom/StyleElement.h b/third_party/WebKit/Source/core/dom/StyleElement.h |
index 91921b18fab6acd981fa6a2f0710f39e66f138ca..76d98031caff094e5a94de452a754184a0f5a3f1 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleElement.h |
+++ b/third_party/WebKit/Source/core/dom/StyleElement.h |
@@ -68,6 +68,7 @@ private: |
bool m_createdByParser : 1; |
bool m_loading : 1; |
bool m_registeredAsCandidate : 1; |
+ bool m_beforeBody : 1; |
TextPosition m_startPosition; |
}; |