| Index: Source/core/html/parser/HTMLPreloadScanner.h
|
| diff --git a/Source/core/html/parser/HTMLPreloadScanner.h b/Source/core/html/parser/HTMLPreloadScanner.h
|
| index 4225a3314b5f6b459840f25d7fa21d1316a56249..4df38dde27297c1f0dd0df3f33b867b15a4b9742 100644
|
| --- a/Source/core/html/parser/HTMLPreloadScanner.h
|
| +++ b/Source/core/html/parser/HTMLPreloadScanner.h
|
| @@ -89,6 +89,9 @@ private:
|
| const KURL m_documentURL;
|
| KURL m_predictedBaseElementURL;
|
| bool m_inStyle;
|
| +#if ENABLE(PICTURE)
|
| + bool m_inPicture;
|
| +#endif
|
| size_t m_templateCount;
|
|
|
| Vector<Checkpoint> m_checkpoints;
|
|
|