| Index: public/platform/WebSpeechSynthesisVoice.h
|
| diff --git a/public/platform/WebSpeechSynthesisVoice.h b/public/platform/WebSpeechSynthesisVoice.h
|
| index 62e9556bbea685dd96125b84f3da601b9fd5565e..3654ee1c388af9d5f80acf4624499247d8b75a91 100644
|
| --- a/public/platform/WebSpeechSynthesisVoice.h
|
| +++ b/public/platform/WebSpeechSynthesisVoice.h
|
| @@ -58,7 +58,7 @@ public:
|
| BLINK_PLATFORM_EXPORT void setIsDefault(bool);
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>() const;
|
| + BLINK_PLATFORM_EXPORT operator WebCore::PlatformSpeechSynthesisVoice*() const;
|
| #endif
|
|
|
| private:
|
|
|