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

Unified Diff: third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h

Issue 1609943003: Make platform/heap to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/platform/heap/BlinkGCMemoryDumpProvider.h
diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
index b2d701492559220dae6f11e70e2722665223f99e..e855ab37c8bf133847c097def67d6abcba1ec461 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
+++ b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
@@ -7,6 +7,7 @@
#include "platform/PlatformExport.h"
#include "public/platform/WebMemoryDumpProvider.h"
+#include "wtf/Allocator.h"
#include "wtf/OwnPtr.h"
#include "wtf/text/WTFString.h"
@@ -14,6 +15,7 @@ namespace blink {
class WebMemoryAllocatorDump;
class PLATFORM_EXPORT BlinkGCMemoryDumpProvider final : public WebMemoryDumpProvider {
+ USING_FAST_MALLOC(BlinkGCMemoryDumpProvider);
public:
static BlinkGCMemoryDumpProvider* instance();
~BlinkGCMemoryDumpProvider() override;
« no previous file with comments | « third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.h ('k') | third_party/WebKit/Source/platform/heap/CallbackStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698