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

Unified Diff: third_party/WebKit/public/web/WebPerformance.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/WebOptionElement.h ('k') | third_party/WebKit/public/web/WebPluginDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebPerformance.h
diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h
index dbe7620eb9b815a6c2280abf79d31a784a9aaaf2..378b1a8b7f33d81af44861e8f433eca802c5941f 100644
--- a/third_party/WebKit/public/web/WebPerformance.h
+++ b/third_party/WebKit/public/web/WebPerformance.h
@@ -96,8 +96,8 @@ public:
BLINK_EXPORT double parseBlockedOnScriptLoadFromDocumentWriteDuration() const;
#if BLINK_IMPLEMENTATION
- WebPerformance(const RawPtr<Performance>&);
- WebPerformance& operator=(const RawPtr<Performance>&);
+ WebPerformance(Performance*);
+ WebPerformance& operator=(Performance*);
#endif
private:
« no previous file with comments | « third_party/WebKit/public/web/WebOptionElement.h ('k') | third_party/WebKit/public/web/WebPluginDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698