| Index: Source/WebCore/inspector/Inspector.json
|
| ===================================================================
|
| --- Source/WebCore/inspector/Inspector.json (revision 102438)
|
| +++ Source/WebCore/inspector/Inspector.json (working copy)
|
| @@ -296,8 +296,7 @@
|
| { "name": "className", "type": "string", "optional": true, "description": "Object class (constructor) name. Specified for <code>object</code> type values only." },
|
| { "name": "value", "type": "any", "optional": true, "description": "Remote object value (in case of primitive values or JSON values if it was requested)." },
|
| { "name": "description", "type": "string", "optional": true, "description": "String representation of the object." },
|
| - { "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Unique object identifier (for non-primitive values)." },
|
| - { "name": "functionLocation", "$ref": "Debugger.Location", "optional": true, "description": "Function location within owning script." }
|
| + { "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Unique object identifier (for non-primitive values)." }
|
| ]
|
| },
|
| {
|
|
|