mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
c4491ea39d
commit
623363e3c8
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue