| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 49277e106cc8f957af314c36a63fa640e22b54d2..bde0fe4cbe6d96cf15d4164230a87727b38c7cdf 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -41,7 +41,7 @@ namespace blink {
|
|
|
| String toHexString(const void* p)
|
| {
|
| - return String::format("0x%" PRIx64, static_cast<uint64_t>(reinterpret_cast<intptr_t>(p)));
|
| + return String::format("0x%" PRIx64, static_cast<uint64_t>(reinterpret_cast<uintptr_t>(p)));
|
| }
|
|
|
| void setCallStack(TracedValue* value)
|
|
|