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

Unified Diff: third_party/WebKit/Source/platform/heap/GarbageCollected.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/GarbageCollected.h
diff --git a/third_party/WebKit/Source/platform/heap/GarbageCollected.h b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
index eb6c3166de979c5cbe027b516b2758ab1b0d8096..dbf656eac3b24d48d7902edd352c2282829428b3 100644
--- a/third_party/WebKit/Source/platform/heap/GarbageCollected.h
+++ b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
@@ -149,15 +149,15 @@ class PLATFORM_EXPORT GarbageCollectedMixin {
// when the "operator new" for B runs, and leaving the forbidden GC scope
// when the constructor of the recorded GarbageCollectedMixinConstructorMarker
// runs.
-#define USING_GARBAGE_COLLECTED_MIXIN(TYPE) \
- IS_GARBAGE_COLLECTED_TYPE(); \
- DEFINE_GARBAGE_COLLECTED_MIXIN_METHODS(blink::Visitor*, TYPE) \
- DEFINE_GARBAGE_COLLECTED_MIXIN_CONSTRUCTOR_MARKER(TYPE) \
- public: \
- bool isHeapObjectAlive() const override { \
- return ThreadHeap::isHeapObjectAlive(this); \
- } \
- \
+#define USING_GARBAGE_COLLECTED_MIXIN(TYPE) \
+ IS_GARBAGE_COLLECTED_TYPE(); \
+ DEFINE_GARBAGE_COLLECTED_MIXIN_METHODS(blink::Visitor*, TYPE) \
+ DEFINE_GARBAGE_COLLECTED_MIXIN_CONSTRUCTOR_MARKER(TYPE) \
+ public: \
+ bool isHeapObjectAlive() const override { \
+ return ThreadHeap::isHeapObjectAlive(this); \
+ } \
+ \
private:
// An empty class with a constructor that's arranged invoked when all derived
« no previous file with comments | « third_party/WebKit/Source/platform/heap/GCTaskRunner.h ('k') | third_party/WebKit/Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698