| Index: third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| index 3d1d21762586a43ee6f221a6860cc9b66a264808..5b50cc03ed37cfcee9cb6a4a8d009182f17b16fa 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| @@ -39,7 +39,6 @@ class Document;
|
| class SpeechRecognitionEvent final : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static SpeechRecognitionEvent* create();
|
| static SpeechRecognitionEvent* create(const AtomicString&, const SpeechRecognitionEventInit&);
|
| ~SpeechRecognitionEvent() override;
|
|
|
| @@ -59,7 +58,6 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - SpeechRecognitionEvent();
|
| SpeechRecognitionEvent(const AtomicString&, const SpeechRecognitionEventInit&);
|
| SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, SpeechRecognitionResultList* results);
|
|
|
|
|