mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Ignore the HTML parser's borrow flag in GC tracing
Adds some other dynamic checks in debug builds.
This commit is contained in:
parent
6ec0939a22
commit
49234484d6
5 changed files with 59 additions and 5 deletions
|
@ -22,6 +22,8 @@ bitflags! {
|
|||
static Render = 0x04,
|
||||
|
||||
static InWorker = 0x0100,
|
||||
static InGC = 0x0200,
|
||||
static InHTMLParser = 0x0400,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue