Bug 1137523 - Unprefix most js_* functions. r=bhackett CLOSED TREE
This commit is contained in:
@@ -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_));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user