mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
Backed out changeset df85150b8d2f
This commit is contained in:
parent
8cf9f30595
commit
a2fcf10a67
@ -159,7 +159,7 @@ CancelVibrate(const WindowIdentifier &id)
|
||||
if (InSandbox()) {
|
||||
hal_sandbox::CancelVibrate(id);
|
||||
}
|
||||
else if (gLastIDToVibrate && *gLastIDToVibrate == id.AsArray()) {
|
||||
else if (*gLastIDToVibrate == id.AsArray()) {
|
||||
// Don't forward our ID to hal_impl. It doesn't need it, and we
|
||||
// don't want it to be tempted to read it. The empty identifier
|
||||
// will assert if it's used.
|
||||
|
Loading…
Reference in New Issue
Block a user