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

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

Issue 947393002: InlinedVisitor: Migrate dom to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/dom/DocumentMarkerController.h
diff --git a/Source/core/dom/DocumentMarkerController.h b/Source/core/dom/DocumentMarkerController.h
index 1c8a47def5256cd8f18c4d028d76e3839e3604b2..f6f43f7757f2a8026a2bc12ca368a809832172e1 100644
--- a/Source/core/dom/DocumentMarkerController.h
+++ b/Source/core/dom/DocumentMarkerController.h
@@ -91,7 +91,7 @@ public:
DocumentMarkerVector markers();
Vector<IntRect> renderedRectsForMarkers(DocumentMarker::MarkerType);
- void trace(Visitor*);
+ DECLARE_TRACE();
#ifndef NDEBUG
void showMarkers() const;

Powered by Google App Engine
This is Rietveld 408576698