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

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

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
Index: sky/engine/bindings/templates/dictionary_impl.h
diff --git a/sky/engine/bindings/templates/dictionary_impl.h b/sky/engine/bindings/templates/dictionary_impl.h
index 318ce721af8d33f680d7dac81a8ecaea18263722..3127bb116544201ea22d1c8d7a4aa85914d8acfe 100644
--- a/sky/engine/bindings/templates/dictionary_impl.h
+++ b/sky/engine/bindings/templates/dictionary_impl.h
@@ -13,7 +13,7 @@
namespace blink {
-class {{cpp_class}} final : public GarbageCollectedFinalized<{{cpp_class}}> {
+class {{cpp_class}} final {
public:
static {{cpp_class}}* create()
{
@@ -26,8 +26,6 @@ public:
void {{member.setter_name}}({{member.rvalue_cpp_type}} value) { m_{{member.name}} = value; }
{% endfor %}
- void trace(Visitor*);
-
private:
{{cpp_class}}();
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptPromisePropertyBase.h ('k') | sky/engine/bindings/templates/dictionary_impl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698