Move JSVal into the jsval module.

This commit is contained in:
Ms2ger 2014-03-08 18:49:55 +01:00
parent 4b061dc43d
commit 9fbfb1909c
8 changed files with 18 additions and 10 deletions

View file

@ -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 {