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

Unified Diff: third_party/WebKit/public/web/WebOptionElement.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/WebNode.h ('k') | third_party/WebKit/public/web/WebPerformance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebOptionElement.h
diff --git a/third_party/WebKit/public/web/WebOptionElement.h b/third_party/WebKit/public/web/WebOptionElement.h
index 951c76a6e89c3ae4b2914913e675bb5e0cb859da..63cc0ffde4fce00c14b67e519cb2a432ba6f602c 100644
--- a/third_party/WebKit/public/web/WebOptionElement.h
+++ b/third_party/WebKit/public/web/WebOptionElement.h
@@ -55,9 +55,9 @@ public:
BLINK_EXPORT WebString label() const;
#if BLINK_IMPLEMENTATION
- WebOptionElement(const RawPtr<HTMLOptionElement>&);
- WebOptionElement& operator=(const RawPtr<HTMLOptionElement>&);
- operator RawPtr<HTMLOptionElement>() const;
+ WebOptionElement(HTMLOptionElement*);
+ WebOptionElement& operator=(HTMLOptionElement*);
+ operator HTMLOptionElement*() const;
#endif
};
« no previous file with comments | « third_party/WebKit/public/web/WebNode.h ('k') | third_party/WebKit/public/web/WebPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698