| Index: third_party/WebKit/Source/devtools/front_end/bindings/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/module.json b/third_party/WebKit/Source/devtools/front_end/bindings/module.json
|
| index d7476750e4b1b37e76fc6044248d7c3103199817..4638c52d6f70d1d3e924af9b3aa1b49ee4151a10 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/module.json
|
| @@ -1,5 +1,5 @@
|
| {
|
| - "dependencies": ["sdk", "platform", "workspace"],
|
| + "dependencies": ["sdk", "platform", "workspace", "es_tree"],
|
| "scripts": [
|
| "LiveLocation.js",
|
| "CompilerScriptMapping.js",
|
| @@ -18,6 +18,7 @@
|
| "NetworkProject.js",
|
| "PresentationConsoleMessageHelper.js",
|
| "ResourceUtils.js",
|
| - "TempFile.js"
|
| + "TempFile.js",
|
| + "SourceMapNamesResolver.js"
|
| ]
|
| }
|
|
|