WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
84358
Web Inspector: exception when hovering object while paused
https://bugs.webkit.org/show_bug.cgi?id=84358
Summary
Web Inspector: exception when hovering object while paused
Yury Semikhatsky
Reported
2012-04-19 11:06:46 PDT
"Protocol Error: Invalid type of argument 'returnByValue' for method 'Debugger.evaluateOnCallFrame' call. It must be 'boolean' but it is 'function'.", source: chrome-devtools://devtools/InspectorBackend.js (113)
Attachments
Patch
(4.46 KB, patch)
2012-04-19 11:09 PDT
,
Yury Semikhatsky
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yury Semikhatsky
Comment 1
2012-04-19 11:09:54 PDT
Created
attachment 137924
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-04-19 11:11:39 PDT
Comment on
attachment 137924
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=137924&action=review
> Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js:283 > + selectedCallFrame.evaluate(this._highlightElement.textContent, objectGroupName, false, false, false, showObjectPopover.bind(this));
It should be true.
Yury Semikhatsky
Comment 3
2012-04-19 11:13:05 PDT
(In reply to
comment #2
)
> (From update of
attachment 137924
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=137924&action=review
> > > Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js:283 > > + selectedCallFrame.evaluate(this._highlightElement.textContent, objectGroupName, false, false, false, showObjectPopover.bind(this)); > > It should be true.
Done.
Yury Semikhatsky
Comment 4
2012-04-19 11:18:26 PDT
Committed
r114654
: <
http://trac.webkit.org/changeset/114654
>
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