Bug 1137523 - Unprefix most js_* functions. r=bhackett CLOSED TREE

This commit is contained in:
Jan de Mooij
2015-02-27 16:08:15 +01:00
parent 32dfad0328
commit b3f1ff13a2
155 changed files with 1246 additions and 1335 deletions

View File

@@ -19,5 +19,5 @@ TempAllocPolicy::onOutOfMemory(void *p, size_t nbytes)
void
TempAllocPolicy::reportAllocOverflow() const
{
js_ReportAllocationOverflow(static_cast<ExclusiveContext *>(cx_));
ReportAllocationOverflow(static_cast<ExclusiveContext *>(cx_));
}