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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 03:05:20 PDT 2012


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





--- Comment #13 from Yury Semikhatsky <yurys at chromium.org>  2012-05-25 03:04:24 PST ---
(From update of attachment 143902)
View in context: https://bugs.webkit.org/attachment.cgi?id=143902&action=review

> Source/WebCore/inspector/InjectedScriptHost.h:131
> +#if ENABLE(JAVASCRIPT_DEBUGGER)

Wrong field is guarded.

> LayoutTests/inspector/debugger/function-details.html:127
> +            return Function.prototype.toString.call(this).replace("UnnamedTestCase", name);

I still don't understand the reason for this complication while we can follow the same style that is used in other inspector tests.

-- 
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