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

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

Issue 875503003: Allow Oilpan heap objects account for their external allocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more minor stuff 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
« no previous file with comments | « no previous file | Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Text.h
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
index b6626a0afed801637e154405cd07a93320e77d07..771bc95be219f670f5a78d1e3c74d3c45dcbc736 100644
--- a/Source/core/dom/Text.h
+++ b/Source/core/dom/Text.h
@@ -61,6 +61,8 @@ public:
virtual bool canContainRangeEndPoint() const override final { return true; }
virtual NodeType nodeType() const override;
+ virtual void trace(Visitor*) override;
+
protected:
Text(TreeScope& treeScope, const String& data, ConstructionType type)
: CharacterData(treeScope, data, type) { }
« no previous file with comments | « no previous file | Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698