Update bindgen for new Gecko snapshot flags.

This commit is contained in:
Boris Zbarsky 2017-05-18 11:31:38 -04:00
parent 42cb7caa12
commit 8783254d3d
2 changed files with 4 additions and 2 deletions

View file

@ -9620,7 +9620,8 @@ pub mod root {
pub enum ServoElementSnapshotFlags {
State = 1,
Attributes = 2,
All = 3,
Id = 4,
MaybeClass = 8,
}
#[repr(C)]
#[derive(Debug, Copy)]