Skip to content
Permalink
Browse files
squash! Bug 1517: Reduce precision of time for Javascript.
Bug 19186: Drop the unneeded modification to KeyboardEvent.h.
  • Loading branch information
arthuredelstein committed May 27, 2016
1 parent 4166668 commit cb8eace4cd33cc9905bb7edbb8d9c066cc4217df
Showing with 0 additions and 5 deletions.
  1. +0 −5 dom/events/KeyboardEvent.h
@@ -42,11 +42,6 @@ class KeyboardEvent : public UIEvent,
return KeyboardEventBinding::Wrap(aCx, this, aGivenProto);
}

uint64_t TimeStamp() const
{
return (mEvent->time / 250)*250;
}

bool AltKey();
bool CtrlKey();
bool ShiftKey();

0 comments on commit cb8eace

Please sign in to comment.