Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/WebKit/public/web/WebMetaElement.h

Issue 1865813002: Remove RawPtr from Source/web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebLabelElement.h ('k') | third_party/WebKit/public/web/WebNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « third_party/WebKit/public/web/WebLabelElement.h ('k') | third_party/WebKit/public/web/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698