| Index: chrome/common/extensions/api/devtools/experimental_audits.json
|
| diff --git a/chrome/common/extensions/api/devtools/experimental_audits.json b/chrome/common/extensions/api/devtools/experimental_audits.json
|
| index 31cdc8278bc02bcb093cf4bddc5d58127b3d821b..b9107bc15e96e58c081ada41d83892c24dd01bdb 100644
|
| --- a/chrome/common/extensions/api/devtools/experimental_audits.json
|
| +++ b/chrome/common/extensions/api/devtools/experimental_audits.json
|
| @@ -80,7 +80,7 @@
|
| "description": "Creates a result node that may be used as the <code>details</code> parameters to the <code>addResult()</code> method.",
|
| "parameters": [
|
| {
|
| - "name": "content ...",
|
| + "name": "content",
|
| "choices": [
|
| { "type": "string" },
|
| { "$ref": "FormattedValue" }
|
| @@ -149,7 +149,7 @@
|
| "description": "Adds a child node to this node.",
|
| "parameters": [
|
| {
|
| - "name": "content ...",
|
| + "name": "content",
|
| "choices": [
|
| { "type": "string" },
|
| { "$ref": "FormattedValue" }
|
|
|