| Index: Tools/Scripts/webkitpy/style/checker.py | 
| diff --git a/Tools/Scripts/webkitpy/style/checker.py b/Tools/Scripts/webkitpy/style/checker.py | 
| index f7cd3e5ef4f2000ecca5c4b1ce1b3e4d4ada811d..e7a2dec01ae41395562fffc8c7b7f7bb49f2ad55 100644 | 
| --- a/Tools/Scripts/webkitpy/style/checker.py | 
| +++ b/Tools/Scripts/webkitpy/style/checker.py | 
| @@ -144,7 +144,7 @@ _PATH_RULES_SPECIFIER = [ | 
| ([# Jinja templates: files have .cpp or .h extensions, but contain | 
| # template code, which can't be handled, so disable tests. | 
| "Source/bindings/templates", | 
| -      "Source/core/scripts/templates"], | 
| +      "Source/build/scripts/templates"], | 
| ["-"]), | 
|  | 
| ([# IDL compiler reference output | 
|  |