mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
6f41b50825
commit
6dc08a3146
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user