| Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| index 293ed14ef4852fc878b4d1133d293e0ef0b47cdc..52c4f424e4d4ca44d75522cfc61eef4cb8b8a391 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| @@ -199,8 +199,6 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader,
|
| // True while the initial URL and all the URLs of the redirects this object
|
| // has followed, if any, are same-origin to getSecurityOrigin().
|
| bool m_sameOriginRequest;
|
| - // Set to true if the current request is cross-origin and not simple.
|
| - bool m_crossOriginNonSimpleRequest;
|
|
|
| // Set to true when the response data is given to a data consumer handle.
|
| bool m_isUsingDataConsumerHandle;
|
|
|