| Index: tools/auto_bisect/bisect_utils.py
|
| diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py
|
| index a0017012d352a94ad7ea971ac5d85c8255021335..ebb302e75ea9087217a9d198a49718794d378c6b 100644
|
| --- a/tools/auto_bisect/bisect_utils.py
|
| +++ b/tools/auto_bisect/bisect_utils.py
|
| @@ -300,7 +300,7 @@ def IsDepsFileBlink(git_revision=''):
|
| if ret_val:
|
| search_str = 'blink'
|
| search_key = 'webkit_trunk'
|
| - git_cmd = ['cat-file', 'blob', '%s:%s' %(git_revision, 'FILE_DEPS')]
|
| + git_cmd = ['cat-file', 'blob', '%s:%s' %(git_revision, FILE_DEPS)]
|
| (out_put, ret_val) = RunGit(git_cmd)
|
| if ret_val:
|
| print 'Error processing DEPS or .DEPS.git'
|
|
|