Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h

Issue 2386203002: Reflow comments in Source/modules/speech and platform/speech (Closed)
Patch Set: Address comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6ec5ffd30dbb49bc4907478eae72ac09ca5ca1f6..2d058923ea29bc63d50308d055129412f14863db 100644
--- a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
+++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
@@ -52,7 +52,8 @@ class SpeechRecognitionEvent final : public Event {
unsigned long resultIndex() const { return m_resultIndex; }
SpeechRecognitionResultList* results() const { return m_results; }
- // These two methods are here to satisfy the specification which requires these attributes to exist.
+ // These two methods are here to satisfy the specification which requires
+ // these attributes to exist.
Document* interpretation() { return nullptr; }
Document* emma() { return nullptr; }

Powered by Google App Engine
This is Rietveld 408576698