| Index: Source/bindings/core/v8/Dictionary.cpp
|
| diff --git a/Source/bindings/core/v8/Dictionary.cpp b/Source/bindings/core/v8/Dictionary.cpp
|
| index bcdb11df661b17d28fe53000590b0d594dcab7a9..d69bb24fc935721f78920f8a3e694d2150fef234 100644
|
| --- a/Source/bindings/core/v8/Dictionary.cpp
|
| +++ b/Source/bindings/core/v8/Dictionary.cpp
|
| @@ -584,7 +584,7 @@ bool Dictionary::get(const String& key, Dictionary& value) const
|
| return true;
|
| }
|
|
|
| -bool Dictionary::get(const String& key, RefPtr<Headers>& value) const
|
| +bool Dictionary::get(const String& key, RefPtrWillBeMember<Headers>& value) const
|
| {
|
| v8::Local<v8::Value> v8Value;
|
| if (!getKey(key, v8Value))
|
|
|