mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Rename ServoDeclarationBlock to RawServoDeclarationBlock.
This commit is contained in:
parent
3ade2b6de3
commit
edeeafe5a7
4 changed files with 32 additions and 32 deletions
|
@ -81,7 +81,7 @@ impl PartialEq for GeckoDeclarationBlock {
|
|||
}
|
||||
|
||||
unsafe impl HasFFI for GeckoDeclarationBlock {
|
||||
type FFIType = bindings::ServoDeclarationBlock;
|
||||
type FFIType = bindings::RawServoDeclarationBlock;
|
||||
}
|
||||
unsafe impl HasArcFFI for GeckoDeclarationBlock {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue