aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/mod.rs
diff options
context:
space:
mode:
authorNazım Can Altınova <canaltinova@gmail.com>2023-05-22 13:08:55 +0200
committerOriol Brufau <obrufau@igalia.com>2023-05-24 18:32:40 +0200
commit5a9fae3fb5c95de011904dccaada49d6c7e477b4 (patch)
tree2f2603975588f08f9084a37959c7e0d9eb3f69c8 /components/style/gecko/mod.rs
parent9e33a154fd4800aac135639fc9396340a40b892d (diff)
downloadservo-5a9fae3fb5c95de011904dccaada49d6c7e477b4.tar.gz
servo-5a9fae3fb5c95de011904dccaada49d6c7e477b4.zip
style: Remove the old profiler label frames code in the servo codebase and replace it with the new API
Differential Revision: https://phabricator.services.mozilla.com/D120795
Diffstat (limited to 'components/style/gecko/mod.rs')
-rw-r--r--components/style/gecko/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/gecko/mod.rs b/components/style/gecko/mod.rs
index 3ff2cfcf140..7b19810fcf2 100644
--- a/components/style/gecko/mod.rs
+++ b/components/style/gecko/mod.rs
@@ -13,8 +13,6 @@ pub mod conversions;
pub mod data;
pub mod media_features;
pub mod media_queries;
-#[cfg(feature = "gecko_profiler")]
-pub mod profiler;
pub mod pseudo_element;
pub mod restyle_damage;
pub mod selector_parser;