style: Have css::URLValue get URLExtraData from its CssUrlData.

Depends on D8874

Differential Revision: https://phabricator.services.mozilla.com/D8875
This commit is contained in:
Cameron McCormack 2018-10-17 09:43:32 +00:00 committed by Emilio Cobos Álvarez
parent c4491ea39d
commit 623363e3c8
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -118,7 +118,6 @@ impl SpecifiedUrl {
let url_value = unsafe {
let ptr = bindings::Gecko_URLValue_Create(
url.0.clone().into_strong(),
url.0.extra_data.0.get(),
cors,
);
// We do not expect Gecko_URLValue_Create returns null.