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

Unified Diff: sky/engine/bindings/templates/dictionary_impl.cpp

Issue 655083003: Remove GarbageCollectedFinalized (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/bindings/templates/dictionary_impl.h ('k') | sky/engine/core/css/FontFaceSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/templates/dictionary_impl.cpp
diff --git a/sky/engine/bindings/templates/dictionary_impl.cpp b/sky/engine/bindings/templates/dictionary_impl.cpp
index 87152a4ba142fb21baf2539196dfb1099702b551..7f377f51b187503f6b8206481f50c865c6d75620 100644
--- a/sky/engine/bindings/templates/dictionary_impl.cpp
+++ b/sky/engine/bindings/templates/dictionary_impl.cpp
@@ -21,11 +21,4 @@ namespace blink {
{% endfor %}
}
-void {{cpp_class}}::trace(Visitor* visitor)
-{
- {% for member in members if member.is_traceable %}
- visitor->trace(m_{{member.name}});
- {% endfor %}
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/bindings/templates/dictionary_impl.h ('k') | sky/engine/core/css/FontFaceSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698