mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 874587 - Fix more case-sensitivity issues. r=smichaud
This commit is contained in:
parent
8144ddca1a
commit
5159d24f7b
2
bug
Normal file
2
bug
Normal file
@ -0,0 +1,2 @@
|
||||
Input element with type=range does not fire "change" event when it gains focus
|
||||
(ie, when clicked)
|
@ -12,10 +12,10 @@
|
||||
#include "CoreLocationLocationProvider.h"
|
||||
#include "prtime.h"
|
||||
|
||||
#include <Corelocation/CLError.h>
|
||||
#include <Corelocation/CLLocation.h>
|
||||
#include <Corelocation/CLLocationManager.h>
|
||||
#include <Corelocation/CLLocationManagerDelegate.h>
|
||||
#include <CoreLocation/CLError.h>
|
||||
#include <CoreLocation/CLLocation.h>
|
||||
#include <CoreLocation/CLLocationManager.h>
|
||||
#include <CoreLocation/CLLocationManagerDelegate.h>
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user