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

Unified Diff: third_party/WebKit/Source/core/html/LabelableElement.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/Source/core/html/LabelableElement.h
diff --git a/third_party/WebKit/Source/core/html/LabelableElement.h b/third_party/WebKit/Source/core/html/LabelableElement.h
index 175d27792b170bac859c7904785b4538d7680b35..92854ba050a77400efdcdf04e42445c7d2900ed1 100644
--- a/third_party/WebKit/Source/core/html/LabelableElement.h
+++ b/third_party/WebKit/Source/core/html/LabelableElement.h
@@ -43,7 +43,7 @@ class LabelsNodeList;
class CORE_EXPORT LabelableElement : public HTMLElement {
public:
~LabelableElement() override;
- PassRefPtrWillBeRawPtr<LabelsNodeList> labels();
+ RawPtr<LabelsNodeList> labels();
virtual bool supportLabels() const { return false; }
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/html/ImageDocument.cpp ('k') | third_party/WebKit/Source/core/html/LabelableElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698