[Webkit-unassigned] [Bug 66196] Web Inspector: [protocol] LiveEdit does not report about a new script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 02:42:15 PDT 2011


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





--- Comment #1 from Yury Semikhatsky <yurys at chromium.org>  2011-08-15 02:42:15 PST ---
The problem here is that when the script is edited we enter debugger context before calling Debug.LiveEdit.SetScriptSource and the context is used to compile the new script which is wrong. Instead live-edit code should compute the context where the original script has been compiled and use it for compiling the new script.

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