Warning police.

This commit is contained in:
Jack Moffitt 2013-06-17 13:54:42 -06:00
parent 1eea39a808
commit ece8791c26
8 changed files with 16 additions and 19 deletions

View file

@ -546,7 +546,7 @@ impl ScriptContext {
}
}
ClickEvent(button, point) => {
ClickEvent(_button, point) => {
debug!("ClickEvent: clicked at %?", point);
let root = match self.root_frame {
Some(ref frame) => frame.document.root,