summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/SystemTimeAndroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/android/SystemTimeAndroid.cpp')
-rw-r--r--WebCore/platform/android/SystemTimeAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/android/SystemTimeAndroid.cpp b/WebCore/platform/android/SystemTimeAndroid.cpp
index a9c862a..1ecbfc7 100644
--- a/WebCore/platform/android/SystemTimeAndroid.cpp
+++ b/WebCore/platform/android/SystemTimeAndroid.cpp
@@ -31,7 +31,7 @@ namespace WebCore {
float userIdleTime()
{
// Needed for PageCache, which we currently have disabled.
- return 0.0F;
+ return 0.0f;
}
} // namespace WebCore