| 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
|
|
|