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

Unified Diff: third_party/WebKit/Source/core/dom/PendingScript.cpp

Issue 2815453006: Introduce ModulePendingScript (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
Index: third_party/WebKit/Source/core/dom/PendingScript.cpp
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.cpp b/third_party/WebKit/Source/core/dom/PendingScript.cpp
index cb907e201d15a4e3f91027ce8752cb158718b415..72b8adea44a864b1d4cb4a822ef559858bd987cd 100644
--- a/third_party/WebKit/Source/core/dom/PendingScript.cpp
+++ b/third_party/WebKit/Source/core/dom/PendingScript.cpp
@@ -94,4 +94,6 @@ DEFINE_TRACE(PendingScript) {
visitor->Trace(client_);
}
+DEFINE_TRACE_WRAPPERS(PendingScript) {}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698