| Index: Source/core/html/parser/HTMLPreloadScanner.h
|
| diff --git a/Source/core/html/parser/HTMLPreloadScanner.h b/Source/core/html/parser/HTMLPreloadScanner.h
|
| index 8117458c98585c4aa48e371e5603d1393ee35c91..96046e1259d3f4133a45cd9c78f6323413086ab5 100644
|
| --- a/Source/core/html/parser/HTMLPreloadScanner.h
|
| +++ b/Source/core/html/parser/HTMLPreloadScanner.h
|
| @@ -90,6 +90,8 @@ private:
|
| const KURL m_documentURL;
|
| KURL m_predictedBaseElementURL;
|
| bool m_inStyle;
|
| + bool m_inPicture;
|
| + String m_pictureSourceURL;
|
| size_t m_templateCount;
|
| RefPtr<MediaValues> m_mediaValues;
|
|
|
|
|