RESOLVED INVALID 112253
Web Inspector: CodeGeneratorInspector.py doesn't support anonymous types in command returns
https://bugs.webkit.org/show_bug.cgi?id=112253
Summary Web Inspector: CodeGeneratorInspector.py doesn't support anonymous types in c...
Peter Rybin
Reported 2013-03-13 06:14:55 PDT
In Inspector.json in any command add to return types anonymous type, for example: { "name": "ret1", "type": "array", "items": { "type": "string", "enum": ["Cat", "Dog"] }} InspectorBackendDispatcher doesn't compile: error: ‘Ret1’ was not declared in this scope Should compile.
Attachments
Brian Burg
Comment 1 2014-12-12 13:29:06 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.