Kaydet (Commit) 390aa627 authored tarafından Miklos Vajna's avatar Miklos Vajna

gdb: SwTxtNode -> SwTextNode

Fixes the unexpected ' ~DeletedNode' lines in the output.

Change-Id: I1f59c2cd986addd08e632d0bc1cc53b33048db77
üst dbca69b9
......@@ -209,7 +209,7 @@ class BigPtrArrayPrinter(object):
def _node_value(self, node):
cur_indent = self.indent
if str(node.dynamic_type.target()) == "SwTxtNode":
if str(node.dynamic_type.target()) == "SwTextNode":
# accessing this is completely non-obvious...
# also, node.dynamic_cast(node.dynamic_type) is null?
value = " TextNode " + \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment