diff options
author | Nicholas Nethercote <nnethercote@mozilla.com> | 2017-10-27 14:42:55 +1100 |
---|---|---|
committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2017-10-27 20:33:40 +1100 |
commit | 5866b820e0d7d7f496a27726cb77de9302655abf (patch) | |
tree | c425d9021c97d2cb49fae819b05dcbbfa7086fb9 /components/script/dom/bluetoothuuid.rs | |
parent | de7595f16fa41c32ca5654aef53c60ad19bb108a (diff) | |
download | servo-5866b820e0d7d7f496a27726cb77de9302655abf.tar.gz servo-5866b820e0d7d7f496a27726cb77de9302655abf.zip |
Introduce nsStaticAtom.
It's a sub-class of nsAtom, useful for cases where you know you are dealing
exclusively with static atoms. The nice thing about it is that you can use
raw nsStaticAtom pointers instead of RefPtr<>. (In fact, the AddRef/Release
implementations ensure that we'll crash if we use RefPtr<nsStaticAtom>.)
Diffstat (limited to 'components/script/dom/bluetoothuuid.rs')
0 files changed, 0 insertions, 0 deletions