diff --git a/components/style/gecko/url.rs b/components/style/gecko/url.rs index cdcfc37dbcc..3ee7c830788 100644 --- a/components/style/gecko/url.rs +++ b/components/style/gecko/url.rs @@ -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.