Bug 1054334 - SpiderMonkey: Use static and internal name linkage for more symbols r=nbp

This commit is contained in:
Dan Gohman
2014-08-18 12:20:41 -07:00
parent 05a9cdbdda
commit 93d8752bd9
2 changed files with 13 additions and 13 deletions

View File

@@ -368,7 +368,7 @@ WeakMapPostWriteBarrier(JSRuntime *rt, ObjectValueMap *weakMap, JSObject *key)
#endif
}
MOZ_ALWAYS_INLINE bool
static MOZ_ALWAYS_INLINE bool
SetWeakMapEntryInternal(JSContext *cx, Handle<WeakMapObject*> mapObj,
HandleObject key, HandleValue value)
{