mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Library changes
This commit is contained in:
parent
ffe60ea027
commit
be061a9aa0
45 changed files with 167 additions and 183 deletions
|
@ -19,7 +19,6 @@ use js::{JSVAL_NULL, JSPROP_ENUMERATE};
|
|||
use std::cast;
|
||||
use std::comm;
|
||||
use std::comm::Chan;
|
||||
use std::int;
|
||||
use std::io;
|
||||
use std::ptr;
|
||||
use js::jsapi::JSVal;
|
||||
|
@ -68,7 +67,7 @@ impl Window {
|
|||
|
||||
pub fn Document(&self) -> AbstractDocument {
|
||||
unsafe {
|
||||
(*self.page).frame.get().document
|
||||
(*self.page).frame.unwrap().document
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue