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

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

Issue 20123003: [oilpan] The Node hierarchy should have correct accept method chains (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 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 | « Source/core/html/HTMLElement.cpp ('k') | Source/core/html/HTMLFormControlElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFieldSetElement.h
diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h
index 37d5dfbf3ce9a2d8de2ba474d7fe231efcbaca3a..d072a340d4c3177a58e59205d1af83c0e752ce89 100644
--- a/Source/core/html/HTMLFieldSetElement.h
+++ b/Source/core/html/HTMLFieldSetElement.h
@@ -42,11 +42,11 @@ public:
const Vector<FormAssociatedElement*>& associatedElements() const;
unsigned length() const;
- virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
-
protected:
virtual void disabledAttributeChanged() OVERRIDE;
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
HTMLFieldSetElement(const QualifiedName&, Handle<Document>, HTMLFormElement*);
« no previous file with comments | « Source/core/html/HTMLElement.cpp ('k') | Source/core/html/HTMLFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698