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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/Dictionary.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/Dictionary.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
index 1f182cf9bca1750304db864f7342037d67c98dc9..8eee1f80c5fb3031968a588dcc35d5056a35354f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
+++ b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
@@ -26,6 +26,7 @@
#ifndef Dictionary_h
#define Dictionary_h
+#include <v8.h>
#include "bindings/core/v8/DictionaryIterator.h"
#include "bindings/core/v8/Nullable.h"
#include "bindings/core/v8/V8Binding.h"
@@ -33,7 +34,6 @@
#include "wtf/HashMap.h"
#include "wtf/Vector.h"
#include "wtf/text/StringView.h"
-#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698