| Index: Source/modules/fetch/RequestInit.cpp
|
| diff --git a/Source/modules/fetch/RequestInit.cpp b/Source/modules/fetch/RequestInit.cpp
|
| index 31b13a3ca1b9ef0f460f60188e78bf925c96901c..c281ff77450f757eede575cb73c1026f47dc23b3 100644
|
| --- a/Source/modules/fetch/RequestInit.cpp
|
| +++ b/Source/modules/fetch/RequestInit.cpp
|
| @@ -32,6 +32,7 @@ RequestInit::RequestInit(ExecutionContext* context, const Dictionary& options, E
|
| DictionaryHelper::get(options, "mode", mode);
|
| DictionaryHelper::get(options, "credentials", credentials);
|
| DictionaryHelper::get(options, "redirect", redirect);
|
| + DictionaryHelper::get(options, "integrity", integrity);
|
|
|
| v8::Local<v8::Value> body;
|
| if (!DictionaryHelper::get(options, "body", body) || body->IsUndefined() || body->IsNull())
|
|
|