| Index: third_party/WebKit/Source/modules/fetch/Request.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.idl b/third_party/WebKit/Source/modules/fetch/Request.idl
|
| index 6bc29fdf7a43ac076eacd33b32fb1f27a2ce4a7c..faa25cbc14b934891d94f888efe90282e3279245 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.idl
|
| @@ -23,7 +23,6 @@ enum RequestRedirect { "follow", "error", "manual" };
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| DependentLifetime,
|
| - GarbageCollected,
|
| ] interface Request {
|
| readonly attribute ByteString method;
|
| readonly attribute USVString url;
|
|
|