| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index b0569843a1047309045fffdf37f0ed0a58a295a0..d412485e4d0973cfb77316d802472a44d43fcf73 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -92,9 +92,9 @@ 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<SpeechRecognitionError>&) 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;
|
|
|