From b27cc8fa3c8c35769b0e3ecee37da783fa8e5c9f Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 13 Mar 2018 17:10:39 -0400 Subject: [PATCH] Bug 1444686 followup. Fix a typo that breaks compilation on Windows. MozReview-Commit-ID: EnsXTSEcUUY --- widget/windows/nsNativeDragSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/windows/nsNativeDragSource.h b/widget/windows/nsNativeDragSource.h index 82ce87905931..e1ccba9b1c69 100644 --- a/widget/windows/nsNativeDragSource.h +++ b/widget/windows/nsNativeDragSource.h @@ -9,7 +9,7 @@ #include #include #include "mozilla/Attributes.h" -#inclide "mozilla/RefPtr.h" +#include "mozilla/RefPtr.h" namespace mozilla { namespace dom {