Index: public/web/WebSpeechGrammar.h |
diff --git a/public/web/WebSpeechGrammar.h b/public/web/WebSpeechGrammar.h |
index 226793a68a9f61b0c71a4d1204e9603e179bf1ab..f0c4cd2c014d1298123f1dd49c802c8250c76a58 100644 |
--- a/public/web/WebSpeechGrammar.h |
+++ b/public/web/WebSpeechGrammar.h |
@@ -49,8 +49,8 @@ public: |
BLINK_EXPORT void assign(const WebSpeechGrammar&); |
#if BLINK_IMPLEMENTATION |
- explicit WebSpeechGrammar(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&); |
- WebSpeechGrammar& operator=(const PassRefPtrWillBeRawPtr<WebCore::SpeechGrammar>&); |
+ explicit WebSpeechGrammar(WebCore::SpeechGrammar*); |
+ WebSpeechGrammar& operator=(WebCore::SpeechGrammar*); |
#endif |
private: |