| Index: third_party/WebKit/Source/modules/fetch/Response.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
|
| index 1882552fd9fb063921566ef7de83eae97e5c31f3..30258dd75eab16dc650e6d8058e5bf9d70f438ac 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.h
|
| @@ -60,6 +60,7 @@ class MODULES_EXPORT Response final : public Body {
|
| // From Response.idl:
|
| String type() const;
|
| String url() const;
|
| + bool redirected() const;
|
| unsigned short status() const;
|
| bool ok() const;
|
| String statusText() const;
|
|
|