Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index 3d21e8ebce11a1154cf0ddee55154961bb8756b9..13f8ecb70b2148a088c9a32178120e827b831854 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -89,7 +89,7 @@ public: |
bool get(const String&, RefPtr<ArrayBufferView>&) const; |
bool get(const String&, RefPtr<MIDIPort>&) const; |
bool get(const String&, RefPtr<MediaKeyError>&) const; |
- bool get(const String&, RefPtr<TrackBase>&) 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; |