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

Unified Diff: Source/modules/speech/SpeechRecognition.h

Issue 1007803004: Oilpan: consistently use IsGarbageCollectedMixin<> trait. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/platform/heap/Visitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechRecognition.h
diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
index 9294213bf2aa3b9a31fbd2ea85258476c77583ff..81da6896aea952814b35924a5235abd2f1a765f4 100644
--- a/Source/modules/speech/SpeechRecognition.h
+++ b/Source/modules/speech/SpeechRecognition.h
@@ -127,18 +127,6 @@ private:
HeapVector<Member<SpeechRecognitionResult>> m_finalResults;
};
-// FIXME: Oilpan: two GarbageCollectedLifetime-based subclasses introduces
-// ambiguity for WebPrivatePtr<T>'s LifeTimeOf<T> inference of lifetime.
-template<>
-class LifetimeOf<SpeechRecognition> {
-public:
-#if ENABLE(OILPAN)
- static const LifetimeManagementType value = RefCountedGarbageCollectedLifetime;
-#else
- static const LifetimeManagementType value = RefCountedLifetime;
-#endif
-};
-
} // namespace blink
#endif // SpeechRecognition_h
« no previous file with comments | « no previous file | Source/platform/heap/Visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698