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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.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/ScriptWrappableVisitor.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
index 8d8147848c0a50194e55d1b3f9c2031c38948429..cc46f67a07b184db7d1c93ddf29ddb43dd2a273d 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
@@ -5,6 +5,7 @@
#ifndef ScriptWrappableVisitor_h
#define ScriptWrappableVisitor_h
+#include <v8.h>
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/CoreExport.h"
#include "platform/RuntimeEnabledFeatures.h"
@@ -12,7 +13,6 @@
#include "platform/heap/WrapperVisitor.h"
#include "wtf/Deque.h"
#include "wtf/Vector.h"
-#include <v8.h>
namespace blink {
@@ -24,7 +24,6 @@ class TraceWrapperV8Reference;
class WrapperMarkingData {
public:
-
WrapperMarkingData(void (*traceWrappersCallback)(const WrapperVisitor*,
const void*),
HeapObjectHeader* (*heapObjectHeaderCallback)(const void*),

Powered by Google App Engine
This is Rietveld 408576698