Bug 1209519 - Undef GetCurrentTime in DocumentTimeline.h to fix --disable-accessibility bustage. r=birtles

--HG--
extra : rebase_source : cec795042cf8b6e47209395ff18925d3d9e8d03c
This commit is contained in:
Ryan VanderMeulen 2015-09-29 10:04:30 -04:00
parent 4cb17479b5
commit 5c1905cbf4

View File

@ -14,6 +14,12 @@
struct JSContext;
// GetCurrentTime is defined in winbase.h as zero argument macro forwarding to
// GetTickCount().
#ifdef GetCurrentTime
#undef GetCurrentTime
#endif
namespace mozilla {
namespace dom {