Chromium Code Reviews| Index: Source/modules/fetch/Request.h |
| diff --git a/Source/modules/fetch/Request.h b/Source/modules/fetch/Request.h |
| index 33ecbb0870880f83f99ca839c0d26b37e8546ed0..c1653562d6cc693a19a4e2dc2da589ae85dc6d53 100644 |
| --- a/Source/modules/fetch/Request.h |
| +++ b/Source/modules/fetch/Request.h |
| @@ -49,6 +49,7 @@ public: |
| String referrer() const; |
| String mode() const; |
| String credentials() const; |
| + String integrity() const; |
| // From Request.idl: |
| Request* clone(ExceptionState&); |