| Index: third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| index ed76c4e47fde560cabbb227ff1f820466c2809d1..8f9e931b3b6646ae67b494beb4641cce5d638324 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace blink {
|
|
|
| -template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<Headers>& value);
|
| -template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<PasswordCredential>& value);
|
| +template bool DictionaryHelper::get(const Dictionary&, const StringView& key, Member<Headers>& value);
|
| +template bool DictionaryHelper::get(const Dictionary&, const StringView& key, Member<PasswordCredential>& value);
|
|
|
| } // namespace blink
|
|
|