mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove RethrowContentExceptions and related infrastructure.
We do not intend to implement the DOM in JS, so this code isn't necessary.
This commit is contained in:
parent
879af966b3
commit
8efcca986c
2 changed files with 13 additions and 35 deletions
|
@ -20,10 +20,6 @@ use std::ptr;
|
|||
pub enum ExceptionHandling {
|
||||
/// Report any exception and don't throw it to the caller code.
|
||||
ReportExceptions,
|
||||
/// Throw an exception to the caller code if the thrown exception is a
|
||||
/// binding object for a DOMError from the caller's scope, otherwise report
|
||||
/// it.
|
||||
RethrowContentExceptions,
|
||||
/// Throw any exception to the caller code.
|
||||
RethrowExceptions
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue