Skip to content

Commit

Permalink
Remove bogus inline that's causing Windows build issues (missing symb…
Browse files Browse the repository at this point in the history
…ol in import library)
  • Loading branch information
vvuk committed Oct 27, 2015
1 parent 90fe130 commit 268f7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mozjs/js/src/gc/RootMarking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ JS::AutoIdArray::trace(JSTracer *trc)
gc::MarkIdRange(trc, idArray->length, idArray->vector, "JSAutoIdArray.idArray");
}

inline void
void
AutoGCRooter::trace(JSTracer *trc)
{
switch (tag_) {
Expand Down
2 changes: 1 addition & 1 deletion mozjs/js/src/jspubtd.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class JS_PUBLIC_API(AutoGCRooter)
}

/* Implemented in gc/RootMarking.cpp. */
inline void trace(JSTracer *trc);
void trace(JSTracer *trc);
static void traceAll(JSTracer *trc);
static void traceAllWrappers(JSTracer *trc);

Expand Down

0 comments on commit 268f7ac

Please sign in to comment.