Windows-specific warning patrol. No bug, r=themaid

This commit is contained in:
Jeff Walden
2012-02-25 01:59:12 -08:00
parent 37064b7e5d
commit ee062ae67e
2 changed files with 2 additions and 2 deletions

View File

@@ -1031,7 +1031,7 @@ SuppressDeletedPropertyHelper(JSContext *cx, JSObject *obj, StringPredicate pred
* Invoke the write barrier on this element, since it's
* no longer going to be marked.
*/
ni->props_end->HeapPtr<JSFlatString>::~HeapPtr<JSFlatString>();
ni->props_end->HeapPtr<JSFlatString>::~HeapPtr();
}
/* Don't reuse modified native iterators. */