Index: third_party/WebKit/Source/platform/heap/CallbackStack.h |
diff --git a/third_party/WebKit/Source/platform/heap/CallbackStack.h b/third_party/WebKit/Source/platform/heap/CallbackStack.h |
index 753941c4c9727248f109da4078faf1830d418b88..3bc2800d6f1d998eb9569be22f018c786adfa6b2 100644 |
--- a/third_party/WebKit/Source/platform/heap/CallbackStack.h |
+++ b/third_party/WebKit/Source/platform/heap/CallbackStack.h |
@@ -5,7 +5,7 @@ |
#ifndef CallbackStack_h |
#define CallbackStack_h |
-#include "platform/heap/ThreadState.h" |
+#include "platform/heap/BlinkGC.h" |
#include "wtf/Allocator.h" |
#include "wtf/Assertions.h" |
@@ -54,6 +54,8 @@ public: |
bool hasCallbackForObject(const void*); |
#endif |
+ static const size_t kMinimalBlockSize; |
+ |
private: |
static const size_t defaultBlockSize = (1 << 13); |