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