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 593de177119c2c69ce8ca1bcb7a52ee5385ebc53..559f776af6e014d8e2036f757dcaca447f81ae1e 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h |
@@ -79,7 +79,7 @@ private: |
void startUpdateStatsTimer(); |
void stopUpdateStatsTimer(); |
- bool isInspectableHeapObject(unsigned id); |
+ bool isInspectableHeapObject(int id); |
OwnPtr<V8HeapProfilerAgent> m_v8HeapProfilerAgent; |
OwnPtr<HeapStatsUpdateTask> m_heapStatsUpdateTask; |