| Index: Source/bindings/v8/Dictionary.cpp
|
| diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp
|
| index 4c47ed8255a14073c4e641ed551d519fe0691320..77f2dd026479b040f289b34dd4ed17bacd2af964 100644
|
| --- a/Source/bindings/v8/Dictionary.cpp
|
| +++ b/Source/bindings/v8/Dictionary.cpp
|
| @@ -320,7 +320,7 @@ bool Dictionary::get(const String& key, unsigned long long& value) const
|
| return true;
|
| }
|
|
|
| -bool Dictionary::get(const String& key, RefPtr<DOMWindow>& value) const
|
| +bool Dictionary::get(const String& key, RefPtrWillBeMember<DOMWindow>& value) const
|
| {
|
| v8::Local<v8::Value> v8Value;
|
| if (!getKey(key, v8Value))
|
|
|