summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/devtools/scripts/extract_module/extract_module.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/devtools/scripts/extract_module/extract_module.js')
-rw-r--r--chromium/third_party/blink/renderer/devtools/scripts/extract_module/extract_module.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/devtools/scripts/extract_module/extract_module.js b/chromium/third_party/blink/renderer/devtools/scripts/extract_module/extract_module.js
index eddfff186a5..6a8cdd8a709 100644
--- a/chromium/third_party/blink/renderer/devtools/scripts/extract_module/extract_module.js
+++ b/chromium/third_party/blink/renderer/devtools/scripts/extract_module/extract_module.js
@@ -385,9 +385,9 @@ function mapIdentifiers(identifiersByFile, cssFilesMapping) {
function renameIdentifiers(identifierMap) {
walkSync('front_end', write, true);
- walkSync('../../LayoutTests/http/tests/devtools', write, false);
- walkSync('../../LayoutTests/http/tests/inspector-protocol', write, false);
- walkSync('../../LayoutTests/inspector-protocol', write, false);
+ walkSync('../../web_tests/http/tests/devtools', write, false);
+ walkSync('../../web_tests/http/tests/inspector-protocol', write, false);
+ walkSync('../../web_tests/inspector-protocol', write, false);
function walkSync(currentDirPath, process, json) {
fs.readdirSync(currentDirPath).forEach(function(name) {