| Index: Source/bindings/core/v8/DictionaryHelperForCore.cpp
|
| diff --git a/Source/bindings/core/v8/DictionaryHelperForCore.cpp b/Source/bindings/core/v8/DictionaryHelperForCore.cpp
|
| index 6a1f7fc8d3022d76110ce2da5c7cbcb2d505ea79..e6dbd86e38d776781f02fdd463bd9250c0fbe212 100644
|
| --- a/Source/bindings/core/v8/DictionaryHelperForCore.cpp
|
| +++ b/Source/bindings/core/v8/DictionaryHelperForCore.cpp
|
| @@ -482,6 +482,7 @@ template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtr
|
| template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtrWillBeMember<DOMError>& value);
|
| template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtrWillBeMember<Storage>& value);
|
| template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtrWillBeMember<Element>& value);
|
| +template bool DictionaryHelper::get(const Dictionary&, const String& key, RawPtr<Element>& value);
|
|
|
| template <typename T>
|
| struct IntegralTypeTraits {
|
|
|