| Index: third_party/WebKit/Source/modules/speech/SpeechRecognitionError.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognitionError.h b/third_party/WebKit/Source/modules/speech/SpeechRecognitionError.h
|
| index d2ee32edb40a0cd9057e21fe539cff08c9b43241..4dad769f66b75ed194ba22d8afb04854f4f49816 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognitionError.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionError.h
|
| @@ -51,7 +51,6 @@ public:
|
| };
|
|
|
| static SpeechRecognitionError* create(ErrorCode, const String&);
|
| - static SpeechRecognitionError* create();
|
| static SpeechRecognitionError* create(const AtomicString&, const SpeechRecognitionErrorInit&);
|
|
|
| const String& error() { return m_error; }
|
|
|