Commit badab78b authored by Franziska Hinkelmann's avatar Franziska Hinkelmann Committed by Commit Bot

[inspector] Fix minor typos.

Bug:

Change-Id: I116591b80af41e8d210445ba4c2bc3b25577b15d
Reviewed-on: https://chromium-review.googlesource.com/480619Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Reviewed-by: 's avatarPavel Feldman <pfeldman@chromium.org>
Commit-Queue: Franziska Hinkelmann <franzih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44809}
parent 0f881530
...@@ -349,7 +349,7 @@ ...@@ -349,7 +349,7 @@
{ {
"name": "executionContextCreated", "name": "executionContextCreated",
"parameters": [ "parameters": [
{ "name": "context", "$ref": "ExecutionContextDescription", "description": "A newly created execution contex." } { "name": "context", "$ref": "ExecutionContextDescription", "description": "A newly created execution context." }
], ],
"description": "Issued when new execution context is created." "description": "Issued when new execution context is created."
}, },
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
"name": "getPossibleBreakpoints", "name": "getPossibleBreakpoints",
"parameters": [ "parameters": [
{ "name": "start", "$ref": "Location", "description": "Start of range to search possible breakpoint locations in." }, { "name": "start", "$ref": "Location", "description": "Start of range to search possible breakpoint locations in." },
{ "name": "end", "$ref": "Location", "optional": true, "description": "End of range to search possible breakpoint locations in (excluding). When not specifed, end of scripts is used as end of range." }, { "name": "end", "$ref": "Location", "optional": true, "description": "End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range." },
{ "name": "restrictToFunction", "type": "boolean", "optional": true, "description": "Only consider locations which are in the same (non-nested) function as start." } { "name": "restrictToFunction", "type": "boolean", "optional": true, "description": "Only consider locations which are in the same (non-nested) function as start." }
], ],
"returns": [ "returns": [
...@@ -938,7 +938,7 @@ ...@@ -938,7 +938,7 @@
{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profile()." }, { "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profile()." },
{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an argument to console.profile()." } { "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an argument to console.profile()." }
], ],
"description": "Sent when new profile recodring is started using console.profile() call." "description": "Sent when new profile recording is started using console.profile() call."
}, },
{ {
"name": "consoleProfileFinished", "name": "consoleProfileFinished",
...@@ -1067,7 +1067,7 @@ ...@@ -1067,7 +1067,7 @@
}, },
{ {
"name": "lastSeenObjectId", "name": "lastSeenObjectId",
"description": "If heap objects tracking has been started then backend regulary sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.", "description": "If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.",
"parameters": [ "parameters": [
{ "name": "lastSeenObjectId", "type": "integer" }, { "name": "lastSeenObjectId", "type": "integer" },
{ "name": "timestamp", "type": "number" } { "name": "timestamp", "type": "number" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment