Changeset 91475 in webkit
- Timestamp:
- Jul 21, 2011, 9:28:11 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r91474 r91475 1 2011-07-21 Pavel Feldman <pfeldman@google.com> 2 3 Not reviewed: one liner typo fix in Inspector.json. 4 5 * inspector/Inspector.json: 6 1 7 2011-07-21 Sam Weinig <sam@webkit.org> 2 8 -
trunk/Source/WebCore/inspector/Inspector.json
r91472 r91475 262 262 { "name": "objectId", "type": "string", "description": "Identifier of the object to call function on." }, 263 263 { "name": "functionDeclaration", "type": "string", "description": "Declaration of the function to call." }, 264 { "name": "arguments", "type": "array", "items": { "type": " objectId", "description": "Identifier of the argument." }, "optional": true, "description": "Call arguments. All call arguments must belong to the same JavaScript world as the target object." }264 { "name": "arguments", "type": "array", "items": { "type": "string", "description": "Identifier of the argument." }, "optional": true, "description": "Call arguments. All call arguments must belong to the same JavaScript world as the target object." } 265 265 ], 266 266 "returns": [
Note:
See TracChangeset
for help on using the changeset viewer.