Index: third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h |
index 6e4b2a547c3d22a3477d10ca9b3173329265fa42..84f24428e50febcb92b646fec05c6c3e01e1be0b 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h |
@@ -80,7 +80,7 @@ private: |
void startUpdateStatsTimer(); |
void stopUpdateStatsTimer(); |
- bool isInspectableHeapObject(unsigned id); |
+ bool isInspectableHeapObject(int id); |
OwnPtr<V8HeapProfilerAgent> m_v8HeapProfilerAgent; |
OwnPtr<HeapStatsUpdateTask> m_heapStatsUpdateTask; |