mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Other language changes
This commit is contained in:
parent
4d23ce41af
commit
b451ff3e15
13 changed files with 45 additions and 45 deletions
|
@ -23,7 +23,6 @@ use std::cell::Cell;
|
|||
use std::comm;
|
||||
use std::comm::SharedChan;
|
||||
use std::hashmap::HashSet;
|
||||
use std::io;
|
||||
use std::ptr;
|
||||
use std::int;
|
||||
use std::libc;
|
||||
|
@ -74,7 +73,7 @@ pub struct TimerData {
|
|||
impl Window {
|
||||
pub fn Alert(&self, s: &DOMString) {
|
||||
// Right now, just print to the console
|
||||
io::println(format!("ALERT: {:s}", null_str_as_empty(s)));
|
||||
println(format!("ALERT: {:s}", null_str_as_empty(s)));
|
||||
}
|
||||
|
||||
pub fn Close(&self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue