Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index c4f32889b8cdcccd4187885ffb322b89dd22ef9d..486d5b6bec5d6f7473cafe8f8296c8b82c8b6d6f 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -92,7 +92,7 @@ public: |
bool get(const String&, RefPtr<SpeechRecognitionError>&) const; |
bool get(const String&, RefPtrWillBeRawPtr<SpeechRecognitionResult>&) const; |
bool get(const String&, RefPtrWillBeRawPtr<SpeechRecognitionResultList>&) const; |
- bool get(const String&, RefPtrWillBeRawPtr<Gamepad>&) const; |
+ bool get(const String&, RefPtrWillBeMember<Gamepad>&) const; |
bool get(const String&, RefPtr<MediaStream>&) const; |
bool get(const String&, RefPtr<EventTarget>&) const; |
bool get(const String&, HashSet<AtomicString>&) const; |