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

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

Issue 315133004: Enable Oilpan by default in modules/speech/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/bindings/v8/Dictionary.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/bindings/v8/Dictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698