mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Bug 1351193 - Added new DataTransfer constructor
This commit is contained in:
parent
b2c7373dba
commit
6e67c59787
3 changed files with 5 additions and 17 deletions
|
|
@ -115,8 +115,7 @@ public:
|
|||
}
|
||||
|
||||
static already_AddRefed<DataTransfer>
|
||||
Constructor(const GlobalObject& aGlobal, const nsAString& aEventType,
|
||||
bool aIsExternal, ErrorResult& aRv);
|
||||
Constructor(const GlobalObject& aGlobal, ErrorResult& aRv);
|
||||
|
||||
void GetDropEffect(nsString& aDropEffect)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue