Fix the gdb helper for printing frametrees, no bug, DONTBUILD

Landed on a CLOSED TREE
This commit is contained in:
Ehsan Akhgari 2014-09-02 17:33:44 -04:00
parent 92b7a4766b
commit 66425ffc7f

View File

@ -177,5 +177,5 @@ def js
end
def ft
call nsFrame::DumpFrameTree($arg0)
call $arg0->DumpFrameTree()
end