Remove an unnecessary declaration that seems to be causing link errors only on Windows with some compilers. Followup to bug 739380, r=bustage

This commit is contained in:
Jeff Walden 2012-04-03 09:10:22 -07:00
parent 6f41b50825
commit 6dc08a3146

View File

@ -250,11 +250,6 @@ class Float64ElementsHeader : public TypedElementsHeader<double>
class Uint8ClampedElementsHeader : public TypedElementsHeader<uint8_t>
{
public:
bool defineElement(JSContext *cx, ObjectImpl *obj,
uint32_t index, const Value &value,
PropertyOp getter, StrictPropertyOp setter, unsigned attrs);
private:
inline bool isUint8Clamped() const MOZ_DELETE;
inline Uint8ClampedElementsHeader & asUint8ClampedElements() MOZ_DELETE;