From 5159d24f7b6ff7d5cc85f22613ecce0aafc3ed41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Gon=C3=A7alves?= Date: Wed, 10 Jul 2013 13:07:50 -0400 Subject: [PATCH] Bug 874587 - Fix more case-sensitivity issues. r=smichaud --- bug | 2 ++ dom/system/mac/CoreLocationLocationProvider.mm | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 bug diff --git a/bug b/bug new file mode 100644 index 00000000000..26e4a4d3b7a --- /dev/null +++ b/bug @@ -0,0 +1,2 @@ +Input element with type=range does not fire "change" event when it gains focus +(ie, when clicked) diff --git a/dom/system/mac/CoreLocationLocationProvider.mm b/dom/system/mac/CoreLocationLocationProvider.mm index c05561b41fa..702666f1473 100644 --- a/dom/system/mac/CoreLocationLocationProvider.mm +++ b/dom/system/mac/CoreLocationLocationProvider.mm @@ -12,10 +12,10 @@ #include "CoreLocationLocationProvider.h" #include "prtime.h" -#include -#include -#include -#include +#include +#include +#include +#include using namespace mozilla;