Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
index c5a0449c1497d2ffc20a7a42c8f4f10cc747c51b..3af7617a5f0553b143c351ffbfa88d555e8adccf 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp |
@@ -116,7 +116,7 @@ private: |
if (stack) |
exceptionDetails->setStackTrace(stack->buildInspectorObjectImpl()); |
if (stack && !stack->isEmpty()) |
- exceptionDetails->setScriptId(stack->topScriptId()); |
+ exceptionDetails->setScriptId(toString16(stack->topScriptId())); |
handler->m_callback->sendSuccess(handler->wrapObject(value), std::move(exceptionDetails)); |
} |