Bug 790454 - Follow up to fix bustage and remove unused nsresult. r=dholbert
This commit is contained in:
@@ -6551,7 +6551,6 @@ PresShell::DispatchTouchEvent(nsEvent *aEvent,
|
|||||||
nsPresShellEventCB* aEventCB,
|
nsPresShellEventCB* aEventCB,
|
||||||
bool aTouchIsNew)
|
bool aTouchIsNew)
|
||||||
{
|
{
|
||||||
nsresult rv = NS_OK;
|
|
||||||
// calling preventDefault on touchstart or the first touchmove for a
|
// calling preventDefault on touchstart or the first touchmove for a
|
||||||
// point prevents mouse events
|
// point prevents mouse events
|
||||||
bool canPrevent = aEvent->message == NS_TOUCH_START ||
|
bool canPrevent = aEvent->message == NS_TOUCH_START ||
|
||||||
|
|||||||
Reference in New Issue
Block a user