[Webkit-unassigned] [Bug 60580] Assertion failure in JSC::Structure::typeInfo when reloading weather.com video page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 14:24:25 PDT 2011


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





--- Comment #5 from Adam Roben (:aroben) <aroben at apple.com>  2011-05-10 14:24:26 PST ---
(In reply to comment #3)
> The script being evaluated is:
> 
> try { __flash__toXML(eval("if (typeof(onTemplateLoaded) != \"undefined\") onTemplateLoaded('myExperience');")) ; } catch (e) { "<undefined/>"; }

That is the script being passed to NPN_Evaluate.

The script being dealt with in Interpreter::callEval is (unsurprisingly):

if (typeof(onTemplateLoaded) != "undefined") onTemplateLoaded('myExperience');

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