Bug 1351193 - Added new DataTransfer constructor

This commit is contained in:
janekptacijarabaci 2018-07-20 07:46:50 +02:00 • committed by Roy Tam
commit 6e67c59787
3 changed files with 5 additions and 17 deletions

View file

@ -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)
{