aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko_bindings/structs_debug.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-10-28 14:01:07 -0700
committerBobby Holley <bobbyholley@gmail.com>2016-10-29 14:58:07 -0700
commitbe89f736751d63307c01750f98d5c07a1e940add (patch)
tree6cd08307470e9cc337906794fc853205e7c784e4 /components/style/gecko_bindings/structs_debug.rs
parent5442fbec3f5a4d00c6cc61adfefc0ae747194db2 (diff)
downloadservo-be89f736751d63307c01750f98d5c07a1e940add.tar.gz
servo-be89f736751d63307c01750f98d5c07a1e940add.zip
Rename NodeData and associated data structures to Element*.
MozReview-Commit-ID: 96VsmsoZtjZ
Diffstat (limited to 'components/style/gecko_bindings/structs_debug.rs')
-rw-r--r--components/style/gecko_bindings/structs_debug.rs4
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)]