| 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 5ea221df963e8efe1bd7b13f53798d422d008244..a183941442b441841d888df48790be735d4ed765 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| @@ -29,10 +29,10 @@
|
|
|
| namespace blink {
|
|
|
| -template bool DictionaryHelper::get(const Dictionary&,
|
| +template bool DictionaryHelper::Get(const Dictionary&,
|
| const StringView& key,
|
| Member<Headers>& value);
|
| -template bool DictionaryHelper::get(const Dictionary&,
|
| +template bool DictionaryHelper::Get(const Dictionary&,
|
| const StringView& key,
|
| Member<PasswordCredential>& value);
|
|
|
|
|