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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.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/bindings/core/v8/WrapperTypeInfo.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
index d0225e412ad7a61ba5721b1f5055b7b4deaf27c3..c952dc361426af88bb929ff06d75c2180a160047 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
@@ -31,12 +31,12 @@
#ifndef WrapperTypeInfo_h
#define WrapperTypeInfo_h
+#include <v8.h>
#include "bindings/core/v8/ActiveScriptWrappable.h"
#include "gin/public/wrapper_info.h"
#include "platform/heap/Handle.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
-#include <v8.h>
namespace blink {
@@ -180,7 +180,7 @@ struct WrapperTypeInfo {
const unsigned wrapperClassId : 2; // WrapperClassId
const unsigned
activeScriptWrappableInheritance : 1; // ActiveScriptWrappableInheritance
- const unsigned lifetime : 1; // Lifetime
+ const unsigned lifetime : 1; // Lifetime
};
template <typename T, int offset>

Powered by Google App Engine
This is Rietveld 408576698