summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/chromium/ChromiumThreading.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/chromium/ChromiumThreading.h')
-rw-r--r--JavaScriptCore/wtf/chromium/ChromiumThreading.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/JavaScriptCore/wtf/chromium/ChromiumThreading.h b/JavaScriptCore/wtf/chromium/ChromiumThreading.h
index e9b1f39..b2c5075 100644
--- a/JavaScriptCore/wtf/chromium/ChromiumThreading.h
+++ b/JavaScriptCore/wtf/chromium/ChromiumThreading.h
@@ -33,12 +33,12 @@
namespace WTF {
- // An interface to the embedding layer, which provides threading support.
- class ChromiumThreading {
- public:
- static void initializeMainThread();
- static void scheduleDispatchFunctionsOnMainThread();
- };
+// An interface to the embedding layer, which provides threading support.
+class ChromiumThreading {
+public:
+ static void initializeMainThread();
+ static void scheduleDispatchFunctionsOnMainThread();
+};
} // namespace WTF