diff options
author | Josh Matthews <josh@joshmatthews.net> | 2014-03-14 12:55:57 -0400 |
---|---|---|
committer | Lars Bergstrom <lars@lars.com> | 2014-03-18 09:30:35 -0500 |
commit | f279abbf9f894641f592fee7f70fa0e29d955dad (patch) | |
tree | 807167e3e53339ac6342c2c71e0062bfd4b0d82b /src/components/script/html/hubbub_html_parser.rs | |
parent | bbac8aa5c3d95e70151b824ca3443f0fb4d9b5a5 (diff) | |
download | servo-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.rs | 1 |
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); |