diff options
author | Nazım Can Altınova <canaltinova@gmail.com> | 2023-05-22 13:08:55 +0200 |
---|---|---|
committer | Oriol Brufau <obrufau@igalia.com> | 2023-05-24 18:32:40 +0200 |
commit | 5a9fae3fb5c95de011904dccaada49d6c7e477b4 (patch) | |
tree | 2f2603975588f08f9084a37959c7e0d9eb3f69c8 /components/style/gecko/mod.rs | |
parent | 9e33a154fd4800aac135639fc9396340a40b892d (diff) | |
download | servo-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.rs | 2 |
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; |