mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
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:
parent
f22933561d
commit
84eb960b4d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user