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