| Index: third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| diff --git a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| index b17252ddb13c0a74749b4e4354f981bcfcf56957..9a9a0a74cf1c133a013e54b591ba6e0b4a366276 100755
|
| --- a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| +++ b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| @@ -157,7 +157,7 @@ class Templates:
|
| fill_recursive(os.path.dirname(path_part), depth - 1)
|
| components.append(os.path.basename(path_part))
|
|
|
| - # Typical path is /Source/WebCore/inspector/CodeGeneratorInspector.py
|
| + # Typical path is /Source/platform/inspector_protocol/CodeGenerator.py
|
| # Let's take 4 components from the real path then.
|
| fill_recursive(absolute_path, 4)
|
|
|
|
|