| Index: public/web/WebSpeechRecognitionResult.h
|
| diff --git a/public/web/WebSpeechRecognitionResult.h b/public/web/WebSpeechRecognitionResult.h
|
| index e070ca2533f4700b3d70c6c62f3f9f05a836c108..228e6ea47c5d8b6c6980fb35731de921be9f2bef 100644
|
| --- a/public/web/WebSpeechRecognitionResult.h
|
| +++ b/public/web/WebSpeechRecognitionResult.h
|
| @@ -27,7 +27,7 @@
|
| #define WebSpeechRecognitionResult_h
|
|
|
| #include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| +#include "../platform/WebPrivateHeapPtr.h"
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebVector.h"
|
|
|
| @@ -48,11 +48,11 @@ public:
|
| BLINK_EXPORT void reset();
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - operator WTF::PassRefPtr<WebCore::SpeechRecognitionResult>() const;
|
| + operator WTF::PassRefPtrWillBeRawPtr<WebCore::SpeechRecognitionResult>() const;
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::SpeechRecognitionResult> m_private;
|
| + WebPrivateHeapPtr<WebCore::SpeechRecognitionResult> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|