mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
style: Merge css::{URLValueData, ImageValue} into css::URLValue.
Differential Revision: https://phabricator.services.mozilla.com/D8061
This commit is contained in:
parent
cd439df54f
commit
9865a4194c
4 changed files with 80 additions and 102 deletions
|
@ -297,11 +297,6 @@ impl_threadsafe_refcount!(
|
|||
bindings::Gecko_AddRefGridTemplateAreasValueArbitraryThread,
|
||||
bindings::Gecko_ReleaseGridTemplateAreasValueArbitraryThread
|
||||
);
|
||||
impl_threadsafe_refcount!(
|
||||
structs::ImageValue,
|
||||
bindings::Gecko_AddRefImageValueArbitraryThread,
|
||||
bindings::Gecko_ReleaseImageValueArbitraryThread
|
||||
);
|
||||
impl_threadsafe_refcount!(
|
||||
structs::SharedFontList,
|
||||
bindings::Gecko_AddRefSharedFontListArbitraryThread,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue