Chromium Code Reviews

Unified Diff: Source/core/dom/Document.h

Issue 106423003: [oilpan] Rename visit to mark. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Fix typo Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 21ebc3cd23c00dd0c893bde37af396e50d4ca4b9..cbda6a19c27e686dfbdab4a096661a36431a56df 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1113,7 +1113,7 @@ public:
PassRefPtr<FontLoader> fontloader();
- virtual void visitWith(Visitor*) const OVERRIDE;
+ virtual void adjustAndMark(Visitor*) const OVERRIDE;
using Node::trace;

Powered by Google App Engine