Index: Source/core/dom/StyleElement.h |
diff --git a/Source/core/dom/StyleElement.h b/Source/core/dom/StyleElement.h |
index a26f5a52e10a632bb0969d7282f6637b932b5a9f..f255372e132aee50833c7f550d565a3b082dd547 100644 |
--- a/Source/core/dom/StyleElement.h |
+++ b/Source/core/dom/StyleElement.h |
@@ -61,6 +61,8 @@ private: |
bool m_createdByParser; |
bool m_loading; |
TextPosition m_startPosition; |
+ |
+ AtomicString m_sheetText; |
}; |
} |