Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index 2dce932dc8792e742d834e32ac2b6e6fde292576..c4f32889b8cdcccd4187885ffb322b89dd22ef9d 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -46,6 +46,7 @@ namespace WebCore { |
class ArrayValue; |
class DOMError; |
class DOMWindow; |
+class Gamepad; |
class IDBKeyRange; |
class MIDIPort; |
class MediaKeyError; |
@@ -91,6 +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&, RefPtr<MediaStream>&) const; |
bool get(const String&, RefPtr<EventTarget>&) const; |
bool get(const String&, HashSet<AtomicString>&) const; |