зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
b34c453e67
Коммит
79f5aaa43c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче