Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
index 3654aead0520e019f7a35a2eb42c0e8f229e1c8e..e99e3cdd53ea610814d51c713f4fce72817016bc 100644 |
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
@@ -95,6 +95,7 @@ private: |
String m_media; |
Member<StyleSheet> m_sheet; |
bool m_loading; |
+ bool m_beforeBody; |
bool m_alternate; |
bool m_isCSS; |
bool m_isXSL; |