Index: third_party/WebKit/Source/devtools/scripts/compile_frontend.py |
diff --git a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py |
index 828699adfd7e37b3d60de5bdc29b12b0c570be89..d5d6d6ee04fde5b891376645303f8b1495e1b3ef 100755 |
--- a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py |
+++ b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py |
@@ -97,7 +97,7 @@ loaded_css_regex = re.compile(r'(?:registerRequiredCSS|WebInspector\.View\.creat |
java_build_regex = re.compile(r'^\w+ version "(\d+)\.(\d+)') |
errors_found = False |
-generate_protocol_externs.generate_protocol_externs(protocol_externs_file, path.join(devtools_path, 'protocol.json')) |
+generate_protocol_externs.generate_protocol_externs(protocol_externs_file, path.join(inspector_path, 'protocol'), path.join(v8_inspector_path, 'protocol')) |
# Based on http://stackoverflow.com/questions/377017/test-if-executable-exists-in-python. |