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

Unified Diff: third_party/WebKit/public/web/WebSelectElement.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/WebRange.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebSelectElement.h
diff --git a/third_party/WebKit/public/web/WebSelectElement.h b/third_party/WebKit/public/web/WebSelectElement.h
index 3ae911cfc5a5959d1a41fae5cda74449046ef0a6..3d4d956c6843eb378afbe9faf680a78e2333c2c0 100644
--- a/third_party/WebKit/public/web/WebSelectElement.h
+++ b/third_party/WebKit/public/web/WebSelectElement.h
@@ -55,9 +55,9 @@ public:
BLINK_EXPORT WebVector<WebElement> listItems() const;
#if BLINK_IMPLEMENTATION
- WebSelectElement(const RawPtr<HTMLSelectElement>&);
- WebSelectElement& operator=(const RawPtr<HTMLSelectElement>&);
- operator RawPtr<HTMLSelectElement>() const;
+ WebSelectElement(HTMLSelectElement*);
+ WebSelectElement& operator=(HTMLSelectElement*);
+ operator HTMLSelectElement*() const;
#endif
};
« no previous file with comments | « third_party/WebKit/public/web/WebRange.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698