diff --git a/mozilla/widget/public/nsIDragService.h b/mozilla/widget/public/nsIDragService.h index 7b848a2bbaa..c8385da907f 100644 --- a/mozilla/widget/public/nsIDragService.h +++ b/mozilla/widget/public/nsIDragService.h @@ -36,6 +36,8 @@ class nsIDragService : public nsISupports { public: + static const nsIID& GetIID() { static nsIID iid = NS_IDRAGSERVICE_IID; return iid; } + /** * Set the current state of the drag whether it can be dropped or not. * usually the target "frame" sets this so the native system can render the correct feedback