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

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

Issue 2788533002: [ES6 modules] Make Modulator regular GCollected / not mixin (Closed)
Patch Set: Created 3 years, 9 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/Modulator.cpp
diff --git a/third_party/WebKit/Source/core/dom/Modulator.cpp b/third_party/WebKit/Source/core/dom/Modulator.cpp
index 58dc787c332ea5a7bdb1d2c39b56bb9e0439f74f..c5a8aed9e1f46cc004a82536dfcb740228c8ef02 100644
--- a/third_party/WebKit/Source/core/dom/Modulator.cpp
+++ b/third_party/WebKit/Source/core/dom/Modulator.cpp
@@ -16,6 +16,8 @@ Modulator* Modulator::from(LocalFrame* frame) {
return scriptState->perContextData()->modulator();
}
+Modulator::~Modulator() {}
+
KURL Modulator::resolveModuleSpecifier(const String& moduleRequest,
const KURL& baseURL) {
// Step 1. Apply the URL parser to specifier. If the result is not failure,

Powered by Google App Engine
This is Rietveld 408576698