| Index: third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognition.h b/third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| index 6815a52812bd4ab47a0625e8e404d4d79f35ecfd..47bbe46efc6350cb588d17082594b73c96b9c7b2 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognition.h
|
| @@ -86,11 +86,11 @@ public:
|
| void didStart();
|
| void didEnd();
|
|
|
| - // EventTarget.
|
| + // EventTarget
|
| const AtomicString& interfaceName() const override;
|
| ExecutionContext* getExecutionContext() const override;
|
|
|
| - // ActiveScriptWrappable.
|
| + // ScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|
| // ActiveDOMObject
|
|
|