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

Unified Diff: third_party/WebKit/Source/platform/heap/Visitor.h

Issue 1746283002: Rename enums/functions that collide in chromium style in platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get-names-13-platform: . Created 4 years, 10 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/platform/heap/Visitor.h
diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h
index 443db172a7ead4857fe943db6881ba5ca5b2d90c..d054cd1d5972904162c4d104082ff878af3ba202 100644
--- a/third_party/WebKit/Source/platform/heap/Visitor.h
+++ b/third_party/WebKit/Source/platform/heap/Visitor.h
@@ -371,7 +371,7 @@ public:
virtual bool ensureMarked(const void*) = 0;
- inline MarkingMode markingMode() const { return m_markingMode; }
+ inline MarkingMode getMarkingMode() const { return m_markingMode; }
protected:
explicit Visitor(MarkingMode markingMode)

Powered by Google App Engine
This is Rietveld 408576698