[Webkit-unassigned] [Bug 86861] Web Inspector: Expose function (closure) scopes in remote protocol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 01:42:00 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86861





--- Comment #24 from Yury Semikhatsky <yurys at chromium.org>  2012-05-30 01:41:59 PST ---
(In reply to comment #22)
> (From update of attachment 144352 [details])
> Clearing flags on attachment: 144352
> 
> Committed r118685: <http://trac.webkit.org/changeset/118685>

This change broke compilation of InjectedScriptSource.js:


Compiling InjectedScriptSource.js...
Source/WebCore/inspector/InjectedScriptSource.js:32: WARNING - Suspicious code. This code lacks side-effects. Is there a bug?
(function (InjectedScriptHost, inspectedWindow, injectedScriptId) {
 ^

Source/WebCore/inspector/InjectedScriptSource.js:203: WARNING - Property rawScopes never defined on details
            var rawScopes = details.rawScopes;
                            ^

Source/WebCore/inspector/InjectedScriptSource.js:205: WARNING - Property rawScopes never defined on details
            delete details.rawScopes;
                   ^

0 error(s), 3 warning(s), 66.0% typed

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list