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

Unified Diff: src/mark-compact.cc

Issue 8089016: Fix presubmit error in mark-compact.cc (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mark-compact.cc
diff --git a/src/mark-compact.cc b/src/mark-compact.cc
index 6fb6d65a390c3c5d11ca9212886d365afe7412b8..e90a23d8a497c7badda4638fb70741014599f4ee 100644
--- a/src/mark-compact.cc
+++ b/src/mark-compact.cc
@@ -2486,7 +2486,6 @@ class PointersUpdatingVisitor: public ObjectVisitor {
}
private:
-
inline void UpdatePointer(Object** p) {
UpdateSlot(heap_, p);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698