mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 503952 - Replace JSStringBuffer with JSTempVector in jsxml (r=brendan)
This commit is contained in:
parent
0587891279
commit
b0ad24c6d8
866
js/src/jsxml.cpp
866
js/src/jsxml.cpp
File diff suppressed because it is too large
Load Diff
@ -67,14 +67,6 @@ struct JSXMLArray {
|
||||
#define JSXML_CAPACITY_MASK JS_BITMASK(31)
|
||||
#define JSXML_CAPACITY(array) ((array)->capacity & JSXML_CAPACITY_MASK)
|
||||
|
||||
struct JSXMLArrayCursor {
|
||||
JSXMLArray *array;
|
||||
uint32 index;
|
||||
JSXMLArrayCursor *next;
|
||||
JSXMLArrayCursor **prevp;
|
||||
void *root;
|
||||
};
|
||||
|
||||
/*
|
||||
* NB: don't reorder this enum without changing all array initializers that
|
||||
* depend on it in jsxml.c.
|
||||
|
Loading…
Reference in New Issue
Block a user