| Index: Source/modules/speech/SpeechSynthesisEvent.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisEvent.h b/Source/modules/speech/SpeechSynthesisEvent.h
|
| index b5ec119c652da3b901a23ac23c1812075c290706..1416976fce6fedde5fcf230185d3ef73308ec0a7 100644
|
| --- a/Source/modules/speech/SpeechSynthesisEvent.h
|
| +++ b/Source/modules/speech/SpeechSynthesisEvent.h
|
| @@ -31,6 +31,7 @@
|
| namespace blink {
|
|
|
| class SpeechSynthesisEvent FINAL : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create();
|
| static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
|
|
|