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

Unified Diff: tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.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_mixin.h
diff --git a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.h b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.h
index 929785d7ad04fe23a62afcf67f5d3bd145e950a5..10befbd9e848643fbe53d98e2f8336f9eeb76cd3 100644
--- a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.h
+++ b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.h
@@ -48,8 +48,7 @@ private:
class NeedsNoFinalization
: public GarbageCollected<NeedsNoFinalization>
- , public MixinNotFinalizable
- , public ScriptWrappable {
+ , public MixinNotFinalizable {
USING_GARBAGE_COLLECTED_MIXIN(NeedsNoFinalization);
public:
virtual void trace(Visitor*) override;

Powered by Google App Engine
This is Rietveld 408576698