From a23596d377f00fd7706549896630f8908b474797 Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Wed, 23 Aug 2017 16:32:19 +0800 Subject: [PATCH] Improve debug log related to selector matching Move debug log in matches_complex_selector_internal to the front so that the entire complex selector can be printed. MozReview-Commit-ID: KXBDpbzBv0I --- components/selectors/matching.rs | 6 +++--- components/style/style_resolver.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/selectors/matching.rs b/components/selectors/matching.rs index a29299c4794..b9b2da857d8 100644 --- a/components/selectors/matching.rs +++ b/components/selectors/matching.rs @@ -519,13 +519,13 @@ fn matches_complex_selector_internal(mut selector_iter: SelectorIter