| 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..b6ebf68e42a37899dc93891c9d463831bc0e6c11 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| @@ -23,6 +23,7 @@
|
| #define ProcessingInstruction_h
|
|
|
| #include "core/dom/CharacterData.h"
|
| +#include "core/dom/StyleEngineContext.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| #include "core/fetch/StyleSheetResource.h"
|
| #include "core/fetch/StyleSheetResourceClient.h"
|
| @@ -94,6 +95,7 @@ private:
|
| String m_title;
|
| String m_media;
|
| Member<StyleSheet> m_sheet;
|
| + StyleEngineContext m_styleEngineContext;
|
| bool m_loading;
|
| bool m_alternate;
|
| bool m_isCSS;
|
|
|