| Index: Source/core/html/parser/HTMLPreloadScanner.h
|
| diff --git a/Source/core/html/parser/HTMLPreloadScanner.h b/Source/core/html/parser/HTMLPreloadScanner.h
|
| index 53e8d9718a02635bb9793cb807a1f7eb74615991..105818d6553f6b794409d26ace34a99b27fa8cd8 100644
|
| --- a/Source/core/html/parser/HTMLPreloadScanner.h
|
| +++ b/Source/core/html/parser/HTMLPreloadScanner.h
|
| @@ -51,6 +51,7 @@ struct CORE_EXPORT CachedDocumentParameters {
|
| return adoptPtr(new CachedDocumentParameters(document, mediaValues));
|
| }
|
|
|
| + bool doHtmlPreloadScanning;
|
| RefPtr<MediaValues> mediaValues;
|
| Length defaultViewportMinWidth;
|
| bool viewportMetaZeroValuesQuirk;
|
|
|