aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html/hubbub_html_parser.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-03-14 12:55:57 -0400
committerLars Bergstrom <lars@lars.com>2014-03-18 09:30:35 -0500
commitf279abbf9f894641f592fee7f70fa0e29d955dad (patch)
tree807167e3e53339ac6342c2c71e0062bfd4b0d82b /src/components/script/html/hubbub_html_parser.rs
parentbbac8aa5c3d95e70151b824ca3443f0fb4d9b5a5 (diff)
downloadservo-f279abbf9f894641f592fee7f70fa0e29d955dad.tar.gz
servo-f279abbf9f894641f592fee7f70fa0e29d955dad.zip
Remove all traces of Box representation from bindings. Work around file read runtime problem.
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r--src/components/script/html/hubbub_html_parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs
index f8291d3dbf0..9f6ed010609 100644
--- a/src/components/script/html/hubbub_html_parser.rs
+++ b/src/components/script/html/hubbub_html_parser.rs
@@ -521,6 +521,7 @@ pub fn parse_html(page: &Page,
}
}
+ debug!("finished parsing");
css_chan.send(CSSTaskExit);
js_chan.send(JSTaskExit);