aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html/hubbub_html_parser.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-04-06 02:53:55 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-04-06 02:53:55 +0530
commitc397c5233d1e09eeb0ab4b43ecbf5c566a241864 (patch)
tree1bc210e4fda7bbeee54018b6d0e6691d66e60ac5 /src/components/script/html/hubbub_html_parser.rs
parent57f63b350e241fb65af2bc37004218db5f50713e (diff)
downloadservo-c397c5233d1e09eeb0ab4b43ecbf5c566a241864.tar.gz
servo-c397c5233d1e09eeb0ab4b43ecbf5c566a241864.zip
fix visibility warnings in script crate (#2044)
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r--src/components/script/html/hubbub_html_parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs
index e2a870c2bc9..e331f53cef0 100644
--- a/src/components/script/html/hubbub_html_parser.rs
+++ b/src/components/script/html/hubbub_html_parser.rs
@@ -50,7 +50,7 @@ pub struct JSFile {
url: Url
}
-type JSResult = ~[JSFile];
+pub type JSResult = ~[JSFile];
enum CSSMessage {
CSSTaskNewFile(StylesheetProvenance),