WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
72737
Web Inspector: [protocol] actual JSON messages do not conform to Inspector.json in ScriptCallFrame.cpp
https://bugs.webkit.org/show_bug.cgi?id=72737
Summary
Web Inspector: [protocol] actual JSON messages do not conform to Inspector.js...
Peter Rybin
Reported
2011-11-18 09:07:36 PST
ScriptCallFrame.cpp:50-51 (
r100177
) 'lineNumber' and 'columnNumber' are declared 'string', but actual value is 'number'; why are they string anyway? This should be fixed to conform to protocol declaration AND to prepare switching to type-safe JSON API.
Attachments
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2011-11-18 10:34:55 PST
(In reply to
comment #0
)
> ScriptCallFrame.cpp:50-51 (
r100177
) > 'lineNumber' and 'columnNumber' are declared 'string', but actual value is 'number'; why are they string anyway? > > This should be fixed to conform to protocol declaration AND to prepare switching to type-safe JSON API.
Should be fixed both in the spec and in the golden.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug