| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index b940a5cc06125d52a811858eb8a0dfce42419213..e78a4e19cb0e4610c0bdcd6b06d8e8b74eb55649 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -39,11 +39,11 @@ class DOMWindowSpeechSynthesis FINAL : public Supplement<DOMWindow>, public DOMW
|
| public:
|
| virtual ~DOMWindowSpeechSynthesis();
|
|
|
| - static SpeechSynthesis* speechSynthesis(DOMWindow*);
|
| - static DOMWindowSpeechSynthesis* from(DOMWindow*);
|
| + static SpeechSynthesis* speechSynthesis(DOMWindow&);
|
| + static DOMWindowSpeechSynthesis& from(DOMWindow&);
|
|
|
| private:
|
| - explicit DOMWindowSpeechSynthesis(DOMWindow*);
|
| + explicit DOMWindowSpeechSynthesis(DOMWindow&);
|
|
|
| SpeechSynthesis* speechSynthesis();
|
| static const char* supplementName();
|
|
|