mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rename JS<T> to Dom<T>
This commit is contained in:
parent
0e3c54c191
commit
7be32fb237
96 changed files with 494 additions and 494 deletions
|
@ -409,7 +409,7 @@ impl GlobalScope {
|
|||
let _aes = AutoEntryScript::new(self);
|
||||
let options = CompileOptionsWrapper::new(cx, filename.as_ptr(), line_number);
|
||||
|
||||
debug!("evaluating JS string");
|
||||
debug!("evaluating Dom string");
|
||||
let result = unsafe {
|
||||
Evaluate2(cx, options.ptr, code.as_ptr(),
|
||||
code.len() as libc::size_t,
|
||||
|
@ -417,7 +417,7 @@ impl GlobalScope {
|
|||
};
|
||||
|
||||
if !result {
|
||||
debug!("error evaluating JS string");
|
||||
debug!("error evaluating Dom string");
|
||||
unsafe { report_pending_exception(cx, true) };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue