mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update for language changes
This commit is contained in:
parent
a01f6b97f2
commit
56e5ba1b82
109 changed files with 1182 additions and 988 deletions
|
@ -8,7 +8,9 @@ use dom::bindings::utils::{BindingObject, DerivedWrapper};
|
|||
use dom::domparser::DOMParser;
|
||||
|
||||
use js::jsapi::{JSContext, JSObject, JSVal};
|
||||
use js::glue::bindgen::{RUST_OBJECT_TO_JSVAL};
|
||||
use js::glue::{RUST_OBJECT_TO_JSVAL};
|
||||
|
||||
use std::cast;
|
||||
|
||||
impl CacheableWrapper for DOMParser {
|
||||
fn get_wrappercache(&mut self) -> &mut WrapperCache {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue