diff options
Diffstat (limited to 'WebCore/platform/SystemTime.h')
-rw-r--r-- | WebCore/platform/SystemTime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/SystemTime.h b/WebCore/platform/SystemTime.h index 367580a..327b2c7 100644 --- a/WebCore/platform/SystemTime.h +++ b/WebCore/platform/SystemTime.h @@ -35,7 +35,7 @@ namespace WebCore { // Return the number of seconds since a user event has been generated float userIdleTime(); -#ifdef ANDROID_INSTRUMENT +#if PLATFORM(ANDROID) uint32_t get_thread_msec(); #endif } |