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

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

Issue 2774843002: Pass AccessControlStatus to compileModule() (Closed)
Patch Set: const 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/testing/DummyModulator.h
diff --git a/third_party/WebKit/Source/core/testing/DummyModulator.h b/third_party/WebKit/Source/core/testing/DummyModulator.h
index 020d1dda5a4c9ab1d3b2176868842abb77dac32e..38999604f7cad86ac715741f988366cb6a24ac25 100644
--- a/third_party/WebKit/Source/core/testing/DummyModulator.h
+++ b/third_party/WebKit/Source/core/testing/DummyModulator.h
@@ -40,7 +40,8 @@ class DummyModulator : public Modulator {
ModuleGraphLevel,
ModuleScriptLoaderClient*) override;
ScriptModule compileModule(const String& script,
- const String& urlStr) override;
+ const String& urlStr,
+ AccessControlStatus) override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698