[Webkit-unassigned] [Bug 136542] Web Inspector: breakpoint actions should work regardless of Content Security Policy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 5 11:19:41 PDT 2014


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





--- Comment #8 from Mark Lam <mark.lam at apple.com>  2014-09-05 11:19:45 PST ---
(From update of attachment 237670)
View in context: https://bugs.webkit.org/attachment.cgi?id=237670&action=review

> Source/JavaScriptCore/inspector/InjectedScriptBase.cpp:86
> +    JSC::DebuggerEvalEnabler evalEnabler(scriptState);
>      Deprecated::ScriptValue resultValue = function.call(hadException);

Please add { } around these lines so that we preserve the original semantics of only enabling evals for this function call, and not the didCallInjectedScriptFunction() callback that follows below.

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