Chromium Code Reviews| Index: Source/core/xml/XSLStyleSheet.h |
| diff --git a/Source/core/xml/XSLStyleSheet.h b/Source/core/xml/XSLStyleSheet.h |
| index 3ca331a7beb913361d0bdf885871c905a163c349..6b21a117d96f21a9905f08f3d2f20e5b358d1dae 100644 |
| --- a/Source/core/xml/XSLStyleSheet.h |
| +++ b/Source/core/xml/XSLStyleSheet.h |
| @@ -111,6 +111,7 @@ private: |
| xmlDocPtr m_stylesheetDoc; |
| bool m_stylesheetDocTaken; |
| + bool m_compilationFailed; |
| XSLStyleSheet* m_parentStyleSheet; |
| }; |