Index: Tools/gdb/webkit.py |
diff --git a/Tools/gdb/webkit.py b/Tools/gdb/webkit.py |
index 37419f05d1118a22b56209135b00fec3fd17ba0f..3aa50535a6bee27c5306513eab310bde19d99d33 100644 |
--- a/Tools/gdb/webkit.py |
+++ b/Tools/gdb/webkit.py |
@@ -171,7 +171,7 @@ class blinkLayoutUnitPrinter: |
self.val = val |
def to_string(self): |
- return "%gpx" % (self.val['m_value'] / 64.0) |
+ return "%.14gpx" % (self.val['m_value'] / 64.0) |
class blinkLayoutSizePrinter: |