| Index: Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| diff --git a/Source/bindings/modules/v8/DictionaryHelperForModules.cpp b/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| index 24ade562aafc02bd175d4b8e145bf48679a61043..b0ca42bae22eb6b8ff042e0e77c79907f1f67f9c 100644
|
| --- a/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| +++ b/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
|
| @@ -71,12 +71,12 @@ template bool DictionaryHelper::get(const Dictionary&, const String& key, Member
|
| template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<SpeechRecognitionResultList>& value);
|
| template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<Gamepad>& value);
|
| template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<MediaStream>& value);
|
| -template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtrWillBeMember<Headers>& value);
|
| +template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<Headers>& value);
|
|
|
| template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MIDIPort>& value);
|
| template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<SpeechRecognitionResultList>& value);
|
| template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Gamepad>& value);
|
| template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MediaStream>& value);
|
| -template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, RefPtrWillBeMember<Headers>& value);
|
| +template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Headers>& value);
|
|
|
| } // namespace blink
|
|
|