aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-07-10 18:13:44 -0700
committerGitHub <noreply@github.com>2017-07-10 18:13:44 -0700
commit2ddbc92d90ec8df9e5bf4630cd3e93759da81649 (patch)
treee731eeba1e23cdfe58f5beb326195dba8059d99e /components/style/animation.rs
parent2475039e40ec898e377c433836edafa5637d63ae (diff)
parent0b43d0072ce8112b661daef2a9b52fc95143308c (diff)
downloadservo-2ddbc92d90ec8df9e5bf4630cd3e93759da81649.tar.gz
servo-2ddbc92d90ec8df9e5bf4630cd3e93759da81649.zip
Auto merge of #17655 - jdm:stylo-error-reporter, r=emilio
Hook up Stylo error reporter to Firefox devtools Reviewed by @emilio in https://bugzilla.mozilla.org/show_bug.cgi?id=1352669. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17655) <!-- Reviewable:end -->
Diffstat (limited to 'components/style/animation.rs')
-rw-r--r--components/style/animation.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/animation.rs b/components/style/animation.rs
index ae96078c38c..a696d6bb303 100644
--- a/components/style/animation.rs
+++ b/components/style/animation.rs
@@ -508,7 +508,6 @@ fn compute_style_for_animation_step(context: &SharedStyleContext,
previous_style,
/* cascade_info = */ None,
/* visited_style = */ None,
- &*context.error_reporter,
font_metrics_provider,
CascadeFlags::empty(),
context.quirks_mode);