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

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

Issue 615843003: Oilpan: fix build after r183074. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/CSSPropertySourceData.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/CSSPropertySourceData.cpp
diff --git a/Source/core/css/CSSPropertySourceData.cpp b/Source/core/css/CSSPropertySourceData.cpp
index 9d832fd09bf31fc610316bb95d7cd0733b739aa6..008b323a1ea19ab631362848f8b867380f18d7c0 100644
--- a/Source/core/css/CSSPropertySourceData.cpp
+++ b/Source/core/css/CSSPropertySourceData.cpp
@@ -117,6 +117,7 @@ void CSSRuleSourceData::trace(Visitor* visitor)
visitor->trace(selectorRanges);
visitor->trace(styleSourceData);
visitor->trace(childRules);
+ visitor->trace(mediaSourceData);
}
} // namespace blink
« no previous file with comments | « Source/core/css/CSSPropertySourceData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698