From 623363e3c807f86b8bc5731fec364148402fc5fa Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Wed, 17 Oct 2018 09:43:32 +0000 Subject: [PATCH] style: Have css::URLValue get URLExtraData from its CssUrlData. Depends on D8874 Differential Revision: https://phabricator.services.mozilla.com/D8875 --- components/style/gecko/url.rs | 1 - 1 file changed, 1 deletion(-) 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.