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+
Yury Semikhatsky
Comment 1 2012-04-19 11:09:54 PDT
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
Note You need to log in before you can comment on or make changes to this bug.