Index: third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp b/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp |
index 5bf06c376aa7e3e397fd09b00230a0794ffb327a..22f27920198b4a287490131c9740ceb7cc15f203 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp |
@@ -188,7 +188,7 @@ bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, unsi |
} |
template <> |
-bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, RefPtrWillBeMember<DOMWindow>& value) |
+bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, Member<DOMWindow>& value) |
{ |
v8::Local<v8::Value> v8Value; |
if (!dictionary.get(key, v8Value)) |
@@ -222,7 +222,7 @@ bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, Memb |
} |
template <> |
-bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, RefPtrWillBeMember<EventTarget>& value) |
+bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, Member<EventTarget>& value) |
{ |
v8::Local<v8::Value> v8Value; |
if (!dictionary.get(key, v8Value)) |