Index: third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
index b01d7a4c75fab34ca749eb43e3ef44901ce44167..0493c816146a7d76ac0cad661ac8e50eba697e8c 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
+++ b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
@@ -789,7 +789,6 @@ |
{ "name": "lineNumber", "type": "integer", "description": "1-based line number of the function start position." }, |
{ "name": "columnNumber", "type": "integer", "description": "1-based column number of the function start position." }, |
{ "name": "hitCount", "type": "integer", "description": "Number of samples where this node was on top of the call stack." }, |
- { "name": "callUID", "type": "number", "description": "Call UID." }, |
{ "name": "children", "type": "array", "items": { "$ref": "CPUProfileNode" }, "description": "Child nodes." }, |
{ "name": "deoptReason", "type": "string", "description": "The reason of being not optimized. The function may be deoptimized or marked as don't optimize."}, |
{ "name": "id", "type": "integer", "description": "Unique id of the node." }, |