style: Merge css::{URLValueData, ImageValue} into css::URLValue.

Differential Revision: https://phabricator.services.mozilla.com/D8061
This commit is contained in:
Cameron McCormack 2018-10-10 02:58:20 +00:00 committed by Emilio Cobos Álvarez
parent cd439df54f
commit 9865a4194c
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 80 additions and 102 deletions

View file

@ -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,