[Webkit-unassigned] [Bug 28772] Inspected tab craches in Chromium when there is an excpetion in user script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 06:56:44 PDT 2009


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





--- Comment #1 from Yury Semikhatsky <yurys at chromium.org>  2009-08-27 06:56:44 PDT ---
The crash happens because of recent change in V8Proxy::context(Frame*) behavior
(https://bugs.webkit.org/show_bug.cgi?id=27701). V8Proxy::context(Frame*) now
tries to get entered V8IsolatedWorld and compare its frame with the frame
passed as parameter to V8Proxy::context. In case of web inspector the latter
frame is always Page's main frame which means that the comparison will fail for
all iframes.

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