aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheets/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/stylesheets/mod.rs')
-rw-r--r--components/style/stylesheets/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/style/stylesheets/mod.rs b/components/style/stylesheets/mod.rs
index dc3f39e03b0..b4e10ee368e 100644
--- a/components/style/stylesheets/mod.rs
+++ b/components/style/stylesheets/mod.rs
@@ -372,8 +372,7 @@ impl CssRule {
// CssRule::Charset(..) => State::Start,
CssRule::Import(..) => State::Imports,
CssRule::Namespace(..) => State::Namespaces,
- // TODO(emilio): We'll need something here for non-block layer
- // rules.
+ // TODO(emilio): Do we need something for EarlyLayers?
_ => State::Body,
}
}