Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1137)

Unified Diff: third_party/WebKit/Source/platform/heap/ThreadState.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/heap/ThreadState.h
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
index 95e373a6ad8cf4fe33127f1771e751b11e52b90a..b79e6aa6c16d5fc052f06936dca555144008616f 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
@@ -31,6 +31,7 @@
#ifndef ThreadState_h
#define ThreadState_h
+#include <memory>
#include "platform/PlatformExport.h"
#include "platform/heap/BlinkGC.h"
#include "platform/heap/ThreadingTraits.h"
@@ -44,7 +45,6 @@
#include "wtf/ThreadSpecific.h"
#include "wtf/Threading.h"
#include "wtf/ThreadingPrimitives.h"
-#include <memory>
namespace v8 {
class Isolate;
@@ -173,9 +173,7 @@ class PLATFORM_EXPORT ThreadState {
// can no longer use the garbage collected heap after this call.
static void detachCurrentThread();
- static ThreadState* current() {
- return **s_threadSpecific;
- }
+ static ThreadState* current() { return **s_threadSpecific; }
static ThreadState* mainThreadState() {
return reinterpret_cast<ThreadState*>(s_mainThreadStateStorage);
« no previous file with comments | « third_party/WebKit/Source/platform/heap/StackFrameDepth.h ('k') | third_party/WebKit/Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698