Index: Source/platform/heap/Heap.h |
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
index c33cb75f682231c3f184e006df90655cd98637ee..e7894d77ec03b45a5037ed54f4b36c8c6fc00352 100644 |
--- a/Source/platform/heap/Heap.h |
+++ b/Source/platform/heap/Heap.h |
@@ -939,6 +939,8 @@ public: |
// This is slow and should only be used for debug purposes. |
// It involves finding the heap page and scanning the heap page for an object header. |
static const GCInfo* findGCInfo(Address); |
+ |
+ static String createBacktraceString(); |
#endif |
// Collect heap stats for all threads attached to the Blink |