Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: Source/bindings/v8/Dictionary.h

Issue 244493002: Oilpan: add transition types to track interface objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add crbug.com/365260 crashing test + expectation Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « LayoutTests/media/track/tracklist-is-reachable-no-crash-expected.txt ('k') | Source/bindings/v8/Dictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698