mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 622138 - Mark Depends on invalid unqualified lookup in templates for TypedMarker. r=igor, a=benjamin
This commit is contained in:
parent
c02b8890ab
commit
6e3e0e3b82
@ -182,6 +182,21 @@ js_NewGCXML(JSContext *cx)
|
|||||||
namespace js {
|
namespace js {
|
||||||
namespace gc {
|
namespace gc {
|
||||||
|
|
||||||
|
static JS_ALWAYS_INLINE void
|
||||||
|
TypedMarker(JSTracer *trc, JSXML *thing);
|
||||||
|
|
||||||
|
static JS_ALWAYS_INLINE void
|
||||||
|
TypedMarker(JSTracer *trc, JSObject *thing);
|
||||||
|
|
||||||
|
static JS_ALWAYS_INLINE void
|
||||||
|
TypedMarker(JSTracer *trc, JSFunction *thing);
|
||||||
|
|
||||||
|
static JS_ALWAYS_INLINE void
|
||||||
|
TypedMarker(JSTracer *trc, JSShortString *thing);
|
||||||
|
|
||||||
|
static JS_ALWAYS_INLINE void
|
||||||
|
TypedMarker(JSTracer *trc, JSString *thing);
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
static JS_ALWAYS_INLINE void
|
static JS_ALWAYS_INLINE void
|
||||||
Mark(JSTracer *trc, T *thing)
|
Mark(JSTracer *trc, T *thing)
|
||||||
|
Loading…
Reference in New Issue
Block a user