mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move JSVal into the jsval module.
This commit is contained in:
parent
4b061dc43d
commit
9fbfb1909c
8 changed files with 18 additions and 10 deletions
|
@ -9,7 +9,8 @@ use dom::window::Window;
|
|||
use servo_util::str::DOMString;
|
||||
|
||||
use js::JSVAL_NULL;
|
||||
use js::jsapi::{JSVal, JSContext};
|
||||
use js::jsapi::JSContext;
|
||||
use js::jsval::JSVal;
|
||||
|
||||
#[deriving(Encodable)]
|
||||
pub struct TestBinding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue