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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp

Issue 1881983003: Move PartitionAlloc related things into wtf/allocator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/V8GCController.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp b/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
index 4307080e5322e2cf88ca3f7319d1d00b7104c6ca..810e3fa4bc05d0543180d7b83efb1b98406e99b4 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
@@ -52,8 +52,8 @@
#include "platform/TraceEvent.h"
#include "public/platform/BlameContext.h"
#include "public/platform/Platform.h"
-#include "wtf/Partitions.h"
#include "wtf/Vector.h"
+#include "wtf/allocator/Partitions.h"
#include <algorithm>
namespace blink {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/CoreInitializer.cpp » ('j') | third_party/WebKit/Source/wtf/Allocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698