| Index: Source/bindings/v8/Dictionary.h
 | 
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
 | 
| index d37e15d8b4697b7ed2f680169adb4986949ee2f1..b0569843a1047309045fffdf37f0ed0a58a295a0 100644
 | 
| --- a/Source/bindings/v8/Dictionary.h
 | 
| +++ b/Source/bindings/v8/Dictionary.h
 | 
| @@ -53,6 +53,7 @@
 | 
|  class MIDIPort;
 | 
|  class MediaKeyError;
 | 
|  class Notification;
 | 
| +class SpeechRecognitionError;
 | 
|  class SpeechRecognitionResult;
 | 
|  class SpeechRecognitionResultList;
 | 
|  class Storage;
 | 
| @@ -91,8 +92,9 @@
 | 
|      bool get(const String&, RefPtr<MIDIPort>&) const;
 | 
|      bool get(const String&, RefPtr<MediaKeyError>&) const;
 | 
|      bool get(const String&, RefPtrWillBeMember<TrackBase>&) const;
 | 
| -    bool get(const String&, Member<SpeechRecognitionResult>&) const;
 | 
| -    bool get(const String&, Member<SpeechRecognitionResultList>&) const;
 | 
| +    bool get(const String&, RefPtrWillBeMember<SpeechRecognitionError>&) const;
 | 
| +    bool get(const String&, RefPtrWillBeMember<SpeechRecognitionResult>&) const;
 | 
| +    bool get(const String&, RefPtrWillBeMember<SpeechRecognitionResultList>&) const;
 | 
|      bool get(const String&, Member<Gamepad>&) const;
 | 
|      bool get(const String&, RefPtr<MediaStream>&) const;
 | 
|      bool get(const String&, RefPtrWillBeMember<EventTarget>&) const;
 | 
| 
 |