| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index 486d5b6bec5d6f7473cafe8f8296c8b82c8b6d6f..e912b3c0429b960b2504e56cb3dfda67f0fa3f7e 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -90,8 +90,8 @@ public:
|
| bool get(const String&, RefPtr<MediaKeyError>&) const;
|
| bool get(const String&, RefPtr<TrackBase>&) const;
|
| 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&, RefPtrWillBeMember<SpeechRecognitionResult>&) const;
|
| + bool get(const String&, RefPtrWillBeMember<SpeechRecognitionResultList>&) const;
|
| bool get(const String&, RefPtrWillBeMember<Gamepad>&) const;
|
| bool get(const String&, RefPtr<MediaStream>&) const;
|
| bool get(const String&, RefPtr<EventTarget>&) const;
|
| @@ -99,7 +99,7 @@ public:
|
| bool get(const String&, Dictionary&) const;
|
| bool get(const String&, Vector<String>&) const;
|
| bool get(const String&, ArrayValue&) const;
|
| - bool get(const String&, RefPtrWillBeRawPtr<DOMError>&) const;
|
| + bool get(const String&, RefPtrWillBeMember<DOMError>&) const;
|
| bool get(const String&, OwnPtr<VoidCallback>&) const;
|
| bool get(const String&, v8::Local<v8::Value>&) const;
|
|
|
|
|