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

Unified Diff: Source/platform/heap/InlinedGlobalMarkingVisitor.h

Issue 818253005: Oilpan: Query stack frame register instead of manual bookkeeping (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ENABLE(STACKFRAME_POINTER_ESTIMATION) Created 5 years, 11 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: Source/platform/heap/InlinedGlobalMarkingVisitor.h
diff --git a/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
index 42eea198159567b1759cc989eeecaff036b60305..58f53e0920669217c320a4552552200ed45d5e56 100644
--- a/Source/platform/heap/InlinedGlobalMarkingVisitor.h
+++ b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
@@ -50,8 +50,6 @@ public:
}
inline bool canTraceEagerly() const { return m_visitor->canTraceEagerly(); }
- inline void incrementTraceDepth() { m_visitor->incrementTraceDepth(); }
- inline void decrementTraceDepth() { m_visitor->decrementTraceDepth(); }
Visitor* getUninlined() { return m_visitor; }

Powered by Google App Engine
This is Rietveld 408576698