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

Unified Diff: third_party/WebKit/Source/core/testing/DummyModulator.h

Issue 2903813002: [ES6 modules] Fix context leak. ModuleScript should use TraceWrapperV8Reference to hold onto v8::Mo… (Closed)
Patch Set: testfix Created 3 years, 7 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/testing/DummyModulator.h
diff --git a/third_party/WebKit/Source/core/testing/DummyModulator.h b/third_party/WebKit/Source/core/testing/DummyModulator.h
index 11da0e11d6c1ff7bfef208e551b035b50ec45f31..e22cb37175b532cc866e94ec3d3041723db47740 100644
--- a/third_party/WebKit/Source/core/testing/DummyModulator.h
+++ b/third_party/WebKit/Source/core/testing/DummyModulator.h
@@ -35,6 +35,7 @@ class DummyModulator : public Modulator {
WebTaskRunner* TaskRunner() override;
ReferrerPolicy GetReferrerPolicy() override;
SecurityOrigin* GetSecurityOrigin() override;
+ ScriptState* GetScriptState() override;
void FetchTree(const ModuleScriptFetchRequest&, ModuleTreeClient*) override;
void FetchTreeInternal(const ModuleScriptFetchRequest&,

Powered by Google App Engine
This is Rietveld 408576698