| Index: third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
|
| diff --git a/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h b/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
|
| index e9726e433a0a1d0f36b0016a27d045172b566427..4c59525ad5d70b54cb1550f180c3fff153899b8c 100644
|
| --- a/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
|
| +++ b/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
|
| @@ -53,8 +53,8 @@ class WebSpeechRecognitionHandle {
|
| BLINK_EXPORT void reset();
|
| BLINK_EXPORT void assign(const WebSpeechRecognitionHandle&);
|
|
|
| - // Comparison functions are provided so that WebSpeechRecognitionHandle objects
|
| - // can be stored in a hash map.
|
| + // Comparison functions are provided so that WebSpeechRecognitionHandle
|
| + // objects can be stored in a hash map.
|
| BLINK_EXPORT bool equals(const WebSpeechRecognitionHandle&) const;
|
| BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const;
|
|
|
|
|