| 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,
|
|
|