| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 85f503553cfb31130026b946db2b60699395f28e..20e3d9aa4b5b5c6bb867b7d43c54edccf7a7e6a0 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -334,6 +334,7 @@ class CORE_EXPORT StyleEngine final
|
| // attaching elements and when it is safe to execute scripts.
|
| int m_pendingScriptBlockingStylesheets = 0;
|
| int m_pendingRenderBlockingStylesheets = 0;
|
| + int m_pendingBodyStylesheets = 0;
|
|
|
| HeapVector<TraceWrapperMember<CSSStyleSheet>> m_injectedAuthorStyleSheets;
|
| Member<CSSStyleSheet> m_inspectorStyleSheet;
|
|
|