| Index: third_party/WebKit/public/web/WebMetaElement.h
|
| diff --git a/third_party/WebKit/public/web/WebMetaElement.h b/third_party/WebKit/public/web/WebMetaElement.h
|
| index 6c8c3c65396dcd38a3c764dfe698b774be991715..01b257779d53e1d2daa11361a9494195e6fa084e 100644
|
| --- a/third_party/WebKit/public/web/WebMetaElement.h
|
| +++ b/third_party/WebKit/public/web/WebMetaElement.h
|
| @@ -26,9 +26,9 @@ public:
|
| BLINK_EXPORT WebString computeEncoding() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebMetaElement(const RawPtr<HTMLMetaElement>&);
|
| - WebMetaElement& operator=(const RawPtr<HTMLMetaElement>&);
|
| - operator RawPtr<HTMLMetaElement>() const;
|
| + WebMetaElement(HTMLMetaElement*);
|
| + WebMetaElement& operator=(HTMLMetaElement*);
|
| + operator HTMLMetaElement*() const;
|
| #endif
|
| };
|
|
|
|
|