Index: tools/gdb/gdb_chrome.py |
diff --git a/tools/gdb/gdb_chrome.py b/tools/gdb/gdb_chrome.py |
index 8173fa15a5440f47cb9bccdb1da3bf1e834663e2..2c7c3717fb41f11f6a232818745edc67078935fc 100644 |
--- a/tools/gdb/gdb_chrome.py |
+++ b/tools/gdb/gdb_chrome.py |
@@ -21,6 +21,7 @@ to print |any_variable| without using any printers. |
import datetime |
import gdb |
+import gdb.printing |
import webkit |
# When debugging this module, set the below variable to True, and then use |