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

Unified Diff: third_party/WebKit/Source/core/dom/ClassicScript.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 | « no previous file | third_party/WebKit/Source/core/dom/ClassicScript.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ClassicScript.h
diff --git a/third_party/WebKit/Source/core/dom/ClassicScript.h b/third_party/WebKit/Source/core/dom/ClassicScript.h
index b8c36533e0c4563e5283a8515e72ae5fe181625a..887214dc1b7fc87cff4e58f721ad2bfce51440b5 100644
--- a/third_party/WebKit/Source/core/dom/ClassicScript.h
+++ b/third_party/WebKit/Source/core/dom/ClassicScript.h
@@ -18,7 +18,6 @@ class CORE_EXPORT ClassicScript final : public Script {
}
DECLARE_TRACE();
- DECLARE_TRACE_WRAPPERS();
const ScriptSourceCode& GetScriptSourceCode() const {
return script_source_code_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ClassicScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698