summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/android
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/android')
-rw-r--r--JavaScriptCore/wtf/android/MainThreadAndroid.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/JavaScriptCore/wtf/android/MainThreadAndroid.cpp b/JavaScriptCore/wtf/android/MainThreadAndroid.cpp
index 42176c5..c28f953 100644
--- a/JavaScriptCore/wtf/android/MainThreadAndroid.cpp
+++ b/JavaScriptCore/wtf/android/MainThreadAndroid.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008, The Android Open Source Project
+ * Copyright 2009, The Android Open Source Project
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -26,14 +26,14 @@
#include "config.h"
#include "MainThread.h"
-#include "jni/JavaSharedClient.h"
+#include "JavaSharedClient.h"
using namespace android;
namespace WTF {
// Callback in the main thread.
-static void timeoutFired(void* )
+static void timeoutFired(void*)
{
dispatchFunctionsFromMainThread();
}
@@ -47,4 +47,4 @@ void scheduleDispatchFunctionsOnMainThread()
JavaSharedClient::EnqueueFunctionPtr(timeoutFired, 0);
}
-}
+} // namespace WTF