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

Unified Diff: Source/core/html/HTMLObjectElement.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLObjectElement.h
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h
index aa4e7e0882edefa7cbe0cf054d0e9ea3710dae68..3c59317032ec475215676a00b238b501cca7fb57 100644
--- a/Source/core/html/HTMLObjectElement.h
+++ b/Source/core/html/HTMLObjectElement.h
@@ -61,7 +61,7 @@ public:
virtual bool canContainRangeEndPoint() const { return useFallbackContent(); }
- virtual void visitWith(Visitor*) const OVERRIDE;
+ virtual void adjustAndMark(Visitor*) const OVERRIDE;
virtual void trace(Visitor*) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698