| Index: Source/platform/network/ResourceRequest.h
|
| diff --git a/Source/platform/network/ResourceRequest.h b/Source/platform/network/ResourceRequest.h
|
| index d0530d2bf51322c57d88feaca7104fd4fdfa1f28..0f495554855fed915326c0352867cd27232aa8e5 100644
|
| --- a/Source/platform/network/ResourceRequest.h
|
| +++ b/Source/platform/network/ResourceRequest.h
|
| @@ -255,6 +255,7 @@ public:
|
| bool m_reportUploadProgress;
|
| bool m_hasUserGesture;
|
| bool m_downloadToFile;
|
| + bool m_skipServiceWorker;
|
| ResourceLoadPriority m_priority;
|
| int m_intraPriorityValue;
|
| int m_requestorID;
|
|
|