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

Unified Diff: third_party/WebKit/Source/core/dom/Script.h

Issue 2820533003: Make Script non-TraceWrapperBase and add a comment about ModuleScript tracing (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/core/dom/ModuleScript.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Script.h
diff --git a/third_party/WebKit/Source/core/dom/Script.h b/third_party/WebKit/Source/core/dom/Script.h
index b3e1be5e15f6feef328086588def70afb4138694..471751b16e524fb17425802c4eddeda916a5b222 100644
--- a/third_party/WebKit/Source/core/dom/Script.h
+++ b/third_party/WebKit/Source/core/dom/Script.h
@@ -19,11 +19,9 @@ class SecurityOrigin;
enum class ScriptType { kClassic, kModule };
// https://html.spec.whatwg.org/#concept-script
-class CORE_EXPORT Script : public GarbageCollectedFinalized<Script>,
- public TraceWrapperBase {
+class CORE_EXPORT Script : public GarbageCollectedFinalized<Script> {
public:
DEFINE_INLINE_VIRTUAL_TRACE() {}
- DEFINE_INLINE_VIRTUAL_TRACE_WRAPPERS() {}
virtual ~Script() {}
« no previous file with comments | « third_party/WebKit/Source/core/dom/ModuleScript.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698