Bug 662165: fix MSVC warning
This commit is contained in:
@@ -445,7 +445,7 @@ MakeInterned(const AutoLockAtomsCompartment &, const AtomStateEntry &entryRef, I
|
||||
{
|
||||
AtomStateEntry *entry = const_cast<AtomStateEntry *>(&entryRef);
|
||||
AtomStateEntry::makeInterned(entry, ib);
|
||||
JS_ASSERT(entryRef.isInterned() >= ib);
|
||||
JS_ASSERT(InternBehavior(entryRef.isInterned()) >= ib);
|
||||
}
|
||||
|
||||
enum OwnCharsBehavior
|
||||
|
||||
Reference in New Issue
Block a user