Skip to content

Commit

Permalink
Fix the gdb helper for printing frametrees, no bug, DONTBUILD
Browse files Browse the repository at this point in the history
Landed on a CLOSED TREE
  • Loading branch information
ehsan committed Sep 2, 2014
1 parent d3655af commit 03ec528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ def js
end

def ft
call nsFrame::DumpFrameTree($arg0)
call $arg0->DumpFrameTree()
end

0 comments on commit 03ec528

Please sign in to comment.