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

Unified Diff: tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h

Issue 2061143002: gc plugin: remove ScriptWrappable destructor special case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h
diff --git a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h
index f6c0c282ac115b1a5780ffd61ff2046a38297fc7..239c2cf137c9632f4a00c4f5bdebb3e6b5479062 100644
--- a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h
+++ b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h
@@ -31,20 +31,6 @@ public:
void trace(Visitor*);
};
-class GCedClassWithAScriptWrappableBase
- : public A, public ScriptWrappable {
-public:
- void trace(Visitor*);
-};
-
-class GCedClassWithAScriptWrappableAndAFinalizableBase
- : public GCedClassWithAScriptWrappableBase
- , public B
- , public ScriptWrappable {
-public:
- void trace(Visitor*);
-};
-
}
#endif
« no previous file with comments | « tools/clang/blink_gc_plugin/RecordInfo.cpp ('k') | tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698