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

Unified Diff: sky/engine/core/css/CSSStyleRule.cpp

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/css/CSSStyleRule.h ('k') | sky/engine/core/css/CSSStyleSheet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSStyleRule.cpp
diff --git a/sky/engine/core/css/CSSStyleRule.cpp b/sky/engine/core/css/CSSStyleRule.cpp
index 947a2cbdf3bff2815645e66213d165be9710cfc9..4dea0910c6e1de57bf9f04b9576bf40cb50fb498 100644
--- a/sky/engine/core/css/CSSStyleRule.cpp
+++ b/sky/engine/core/css/CSSStyleRule.cpp
@@ -130,11 +130,4 @@ void CSSStyleRule::reattach(StyleRuleBase* rule)
m_propertiesCSSOMWrapper->reattach(m_styleRule->mutableProperties());
}
-void CSSStyleRule::trace(Visitor* visitor)
-{
- visitor->trace(m_styleRule);
- visitor->trace(m_propertiesCSSOMWrapper);
- CSSRule::trace(visitor);
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/core/css/CSSStyleRule.h ('k') | sky/engine/core/css/CSSStyleSheet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698