mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Format style component.
This commit is contained in:
parent
31fc6cd565
commit
8dab4d659a
120 changed files with 2207 additions and 1417 deletions
|
@ -321,8 +321,4 @@ unsafe fn addref_atom(atom: *mut structs::nsAtom) {
|
|||
unsafe fn release_atom(atom: *mut structs::nsAtom) {
|
||||
let _ = Atom::from_addrefed(atom);
|
||||
}
|
||||
impl_threadsafe_refcount!(
|
||||
structs::nsAtom,
|
||||
addref_atom,
|
||||
release_atom
|
||||
);
|
||||
impl_threadsafe_refcount!(structs::nsAtom, addref_atom, release_atom);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue