Bug 1130928: In js/src/gdb/mozilla/Root.py, rename BarrieredBase pretty-printer appropriately. DONTBUILD r=sfink

--HG--
extra : rebase_source : 4e666b37eebb4359da2a52c547ed2d377d9a898c
This commit is contained in:
Jim Blandy 2015-02-08 20:54:14 -08:00
parent f22933561d
commit 84eb960b4d

View File

@ -64,7 +64,7 @@ class MutableHandle(Common):
handle = True
@template_pretty_printer("js::BarrieredBase")
class PreBarriered(Common):
class BarrieredBase(Common):
member = 'value'
# Return the referent of a HeapPtr, Rooted, or Handle.