| Index: third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
|
| diff --git a/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h b/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
|
| index 14baa3ab9951d2d9c3f5f180f17fe94a6f35cccd..83c269751dac8508e90806b79d948abea66d6231 100644
|
| --- a/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
|
| +++ b/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
|
| @@ -56,7 +56,8 @@ class WebSpeechSynthesisUtterance {
|
| BLINK_PLATFORM_EXPORT WebString lang() const;
|
| BLINK_PLATFORM_EXPORT WebString voice() const;
|
|
|
| - // As defined in: https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
|
| + // As defined in:
|
| + // https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
|
| BLINK_PLATFORM_EXPORT float volume() const; // 0...1, 1 is default
|
| BLINK_PLATFORM_EXPORT float rate() const; // 0.1...10, 1 is default
|
| BLINK_PLATFORM_EXPORT float pitch() const; // 0...2, 1 is default
|
|
|