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

Unified Diff: Source/core/rendering/RenderQuote.h

Issue 758073009: Oilpan: add lazy tracing annotations to recursive objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/fetch/MemoryCache.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderQuote.h
diff --git a/Source/core/rendering/RenderQuote.h b/Source/core/rendering/RenderQuote.h
index fda6722103636fcb806d585583137bc3ed7cc591..5ea5bafadbba9eda3f6fea65f37643281906b949 100644
--- a/Source/core/rendering/RenderQuote.h
+++ b/Source/core/rendering/RenderQuote.h
@@ -63,6 +63,8 @@ private:
String m_text;
};
+WILL_NOT_BE_EAGERLY_TRACED_CLASS(RenderQuote);
+
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderQuote, isQuote());
} // namespace blink
« no previous file with comments | « Source/core/fetch/MemoryCache.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698