mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Warning police.
This commit is contained in:
parent
1eea39a808
commit
ece8791c26
8 changed files with 16 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue