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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.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/ScriptController.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
index 010f7fecd1a94a6cd64ae1f898658c095c368db7..b67fa07be0e583c2963268d1b2da38547d6230af 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
@@ -31,6 +31,7 @@
#ifndef ScriptController_h
#define ScriptController_h
+#include <v8.h>
#include "bindings/core/v8/SharedPersistent.h"
#include "bindings/core/v8/WindowProxyManager.h"
#include "core/CoreExport.h"
@@ -43,7 +44,6 @@
#include "wtf/Noncopyable.h"
#include "wtf/Vector.h"
#include "wtf/text/TextPosition.h"
-#include <v8.h>
namespace blink {
@@ -56,7 +56,6 @@ class Widget;
typedef WTF::Vector<v8::Extension*> V8Extensions;
-
class CORE_EXPORT ScriptController final
: public GarbageCollected<ScriptController> {
WTF_MAKE_NONCOPYABLE(ScriptController);

Powered by Google App Engine
This is Rietveld 408576698