mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Stringifier is sno longer exposed
This commit is contained in:
parent
a5c368fd01
commit
981d13dcfc
4 changed files with 6 additions and 26 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
#[cfg(feature = "js_backtrace")]
|
||||
use crate::dom::bindings::cell::DomRefCell;
|
||||
use crate::dom::bindings::codegen::Bindings::DOMExceptionBinding::DOMExceptionMethods;
|
||||
use crate::dom::bindings::codegen::PrototypeList::proto_id_to_name;
|
||||
use crate::dom::bindings::conversions::root_from_object;
|
||||
use crate::dom::bindings::conversions::{
|
||||
|
@ -221,7 +220,7 @@ impl ErrorInfo {
|
|||
|
||||
Some(ErrorInfo {
|
||||
filename: "".to_string(),
|
||||
message: exception.Stringifier().into(),
|
||||
message: exception.stringifier().into(),
|
||||
lineno: 0,
|
||||
column: 0,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue