Changeset 91475 in webkit


Ignore:
Timestamp:
Jul 21, 2011, 9:28:11 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2011-07-21 Pavel Feldman <pfeldman@google.com>

Not reviewed: one liner typo fix in Inspector.json.

  • inspector/Inspector.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r91474 r91475  
     12011-07-21  Pavel Feldman  <pfeldman@google.com>
     2
     3        Not reviewed: one liner typo fix in Inspector.json.
     4
     5        * inspector/Inspector.json:
     6
    172011-07-21  Sam Weinig  <sam@webkit.org>
    28
  • trunk/Source/WebCore/inspector/Inspector.json

    r91472 r91475  
    262262                    { "name": "objectId", "type": "string", "description": "Identifier of the object to call function on." },
    263263                    { "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." }
    265265                ],
    266266                "returns": [
Note: See TracChangeset for help on using the changeset viewer.