diff options
Diffstat (limited to 'components/style/gecko_bindings/structs_debug.rs')
-rw-r--r-- | components/style/gecko_bindings/structs_debug.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/gecko_bindings/structs_debug.rs b/components/style/gecko_bindings/structs_debug.rs index 0b5b95d840f..c86a2cf8108 100644 --- a/components/style/gecko_bindings/structs_debug.rs +++ b/components/style/gecko_bindings/structs_debug.rs @@ -1,11 +1,11 @@ /* automatically generated by rust-bindgen */ use atomic_refcell::AtomicRefCell; -use data::NodeData; +use data::ElementData; pub use nsstring::nsStringRepr as nsString; pub type ServoUnsafeCell<T> = ::std::cell::UnsafeCell<T>; pub type ServoCell<T> = ::std::cell::Cell<T>; -pub type ServoNodeData = AtomicRefCell<NodeData>; +pub type ServoNodeData = AtomicRefCell<ElementData>; #[derive(Debug)] #[repr(C)] |