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

Unified Diff: third_party/WebKit/public/web/WebFormControlElement.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
Index: third_party/WebKit/public/web/WebFormControlElement.h
diff --git a/third_party/WebKit/public/web/WebFormControlElement.h b/third_party/WebKit/public/web/WebFormControlElement.h
index c4d4dd45c3ee5bd0d6565095ba4a1fd69bef4d6f..504f64fe47fd157b3abc638da52da1f4f9aa045a 100644
--- a/third_party/WebKit/public/web/WebFormControlElement.h
+++ b/third_party/WebKit/public/web/WebFormControlElement.h
@@ -108,9 +108,9 @@ public:
BLINK_EXPORT WebFormElement form() const;
#if BLINK_IMPLEMENTATION
- WebFormControlElement(const RawPtr<HTMLFormControlElement>&);
- WebFormControlElement& operator=(const RawPtr<HTMLFormControlElement>&);
- operator RawPtr<HTMLFormControlElement>() const;
+ WebFormControlElement(HTMLFormControlElement*);
+ WebFormControlElement& operator=(HTMLFormControlElement*);
+ operator HTMLFormControlElement*() const;
#endif
};
« no previous file with comments | « third_party/WebKit/public/web/WebElementCollection.h ('k') | third_party/WebKit/public/web/WebFormElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698