| Index: public/platform/WebURLRequest.h
|
| diff --git a/public/platform/WebURLRequest.h b/public/platform/WebURLRequest.h
|
| index 8856a4cb9c35aa009622e6b4b1af10374a15b447..1ab3f7de88df7d875d67da769ac887b2dceb90c1 100644
|
| --- a/public/platform/WebURLRequest.h
|
| +++ b/public/platform/WebURLRequest.h
|
| @@ -70,7 +70,6 @@ public:
|
| // Corresponds to Fetch's "context": http://fetch.spec.whatwg.org/#concept-request-context
|
| enum RequestContext {
|
| RequestContextUnspecified = 0,
|
| - RequestContextInternal, // FIXME: This isn't part of Fetch. It should be.
|
| RequestContextAudio,
|
| RequestContextBeacon,
|
| RequestContextCSPReport,
|
| @@ -85,6 +84,9 @@ public:
|
| RequestContextHyperlink,
|
| RequestContextIframe,
|
| RequestContextImage,
|
| + RequestContextImageSet,
|
| + RequestContextImport,
|
| + RequestContextInternal,
|
| RequestContextLocation,
|
| RequestContextManifest,
|
| RequestContextObject,
|
|
|