| Index: Source/modules/speech/SpeechRecognitionResultList.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionResultList.h b/Source/modules/speech/SpeechRecognitionResultList.h
|
| index 55910b973dd6c3e77276e0fd822323e51ac80182..39b99f30e79982ac0abb7d9c942ea18faf17cc53 100644
|
| --- a/Source/modules/speech/SpeechRecognitionResultList.h
|
| +++ b/Source/modules/speech/SpeechRecognitionResultList.h
|
| @@ -33,6 +33,7 @@
|
| namespace blink {
|
|
|
| class SpeechRecognitionResultList : public GarbageCollected<SpeechRecognitionResultList>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static SpeechRecognitionResultList* create(const HeapVector<Member<SpeechRecognitionResult> >&);
|
|
|
|
|