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

Unified Diff: Source/core/html/HTMLFormControlElement.h

Issue 258143002: Oilpan: move DOM string collection objects to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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/html/HTMLFormControlElement.h
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
index 0c50a8c005164e8cbf5e6c0a362a8a6c624cbac4..a84097b7e79afb73a09f10fc10f5f8513029a30c 100644
--- a/Source/core/html/HTMLFormControlElement.h
+++ b/Source/core/html/HTMLFormControlElement.h
@@ -109,6 +109,8 @@ public:
using Node::ref;
using Node::deref;
+ virtual void trace(Visitor* visitor) OVERRIDE { LabelableElement::trace(visitor); }
Mads Ager (chromium) 2014/04/29 09:05:14 Ditto?
+
protected:
HTMLFormControlElement(const QualifiedName& tagName, Document&, HTMLFormElement*);

Powered by Google App Engine
This is Rietveld 408576698