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

Unified Diff: Source/core/xml/DOMParser.cpp

Issue 901503003: Oilpan: fix build after r189959. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/core/xml/DOMParser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/DOMParser.cpp
diff --git a/Source/core/xml/DOMParser.cpp b/Source/core/xml/DOMParser.cpp
index 4e68739295b28a587ef20a905e48d303e134c628..f3d34a02d457dad0d4dd2ffa14c4d2d2526fb903 100644
--- a/Source/core/xml/DOMParser.cpp
+++ b/Source/core/xml/DOMParser.cpp
@@ -37,4 +37,9 @@ DOMParser::DOMParser(Document& document)
{
}
+void DOMParser::trace(Visitor* visitor)
+{
+ visitor->trace(m_contextDocument);
+}
+
} // namespace blink
« no previous file with comments | « Source/core/xml/DOMParser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698