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

Unified Diff: Source/core/html/shadow/HTMLContentElement.cpp

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
Index: Source/core/html/shadow/HTMLContentElement.cpp
diff --git a/Source/core/html/shadow/HTMLContentElement.cpp b/Source/core/html/shadow/HTMLContentElement.cpp
index 60144086c802cc14fda52a620518223ae31dcd82..04d0acf2c27bc30c9e986d6f8cece1496483f0d0 100644
--- a/Source/core/html/shadow/HTMLContentElement.cpp
+++ b/Source/core/html/shadow/HTMLContentElement.cpp
@@ -198,7 +198,7 @@ bool HTMLContentElement::validateSelect() const
void HTMLContentElement::acceptHeapVisitor(Visitor* visitor) const
{
- HTMLElement::acceptHeapVisitor(visitor);
+ InsertionPoint::acceptHeapVisitor(visitor);
}
}

Powered by Google App Engine
This is Rietveld 408576698