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

Unified Diff: Source/core/css/TreeBoundaryCrossingRules.cpp

Issue 512623002: Oilpan: fix build after r180932. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/css/TreeBoundaryCrossingRules.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/TreeBoundaryCrossingRules.cpp
diff --git a/Source/core/css/TreeBoundaryCrossingRules.cpp b/Source/core/css/TreeBoundaryCrossingRules.cpp
index e2b12072b050af73d49b56528bbd214d18cc7548..42ae1e456484957cca148541bda746aa3973a9bf 100644
--- a/Source/core/css/TreeBoundaryCrossingRules.cpp
+++ b/Source/core/css/TreeBoundaryCrossingRules.cpp
@@ -114,4 +114,9 @@ void TreeBoundaryCrossingRules::trace(Visitor* visitor)
#endif
}
+void TreeBoundaryCrossingRules::RuleSubSet::trace(Visitor* visitor)
+{
+ visitor->trace(ruleSet);
+}
+
} // namespace blink
« no previous file with comments | « Source/core/css/TreeBoundaryCrossingRules.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698