Chromium Code Reviews| Index: tools/gdb-v8-support.py | 
| diff --git a/tools/gdb-v8-support.py b/tools/gdb-v8-support.py | 
| index 5d26146fc7e10b9cbeaf70251cdcc972156496b2..99616727e3c4ab149b87ae7767ad69710a7eb82d 100644 | 
| --- a/tools/gdb-v8-support.py | 
| +++ b/tools/gdb-v8-support.py | 
| @@ -167,7 +167,7 @@ class FindAnywhere (gdb.Command): | 
| "find 0x%s, 0x%s, %s" % (startAddr, endAddr, value), | 
| to_string = True) | 
| if result.find("not found") == -1: | 
| - print result | 
| + print(result) | 
| except: | 
| pass |