Chromium Code Reviews| Index: tools/gdb/gdb_chrome.py |
| diff --git a/tools/gdb/gdb_chrome.py b/tools/gdb/gdb_chrome.py |
| index 8173fa15a5440f47cb9bccdb1da3bf1e834663e2..f0ba85a18b6bc8fdf60fdb9a67de11e11813daea 100644 |
| --- a/tools/gdb/gdb_chrome.py |
| +++ b/tools/gdb/gdb_chrome.py |
| @@ -22,6 +22,7 @@ to print |any_variable| without using any printers. |
| import datetime |
| import gdb |
| import webkit |
| +import gdb.printing |
|
Jeffrey Yasskin
2013/11/27 18:45:16
Please alphabetize the imports.
|
| # When debugging this module, set the below variable to True, and then use |
| # (gdb) python del sys.modules['gdb_chrome'] |