Actually, it is not related to WebKit, since this is not the right syntax (there are more arguments that need to be specified in order for the function to succeed). Also, it crashes only with the DevTools and only in Chrome, so this is a pure Chromium DevTools crash, it should handle it gracefully. I will file a bug.
☆PhistucK On Thu, Aug 6, 2009 at 13:30, Caleb Eggensperger <[email protected]> wrote: > Okay, so this should probably be filed against webkit. I think the > convention is to also file a bug at crbug.com and mark it as > "upstream", to indicate that it's known and being worked on. > > On Thu, Aug 6, 2009 at 02:45, PhistucK<[email protected]> wrote: > > I just checked with a co-worker, Safari 4 returns an error - > > Error: NOT_SUPPORTED_ERR: DOM Exception 9 > > ☆PhistucK > > > > > > On Thu, Aug 6, 2009 at 12:07, Caleb Eggensperger <[email protected]> > wrote: > >> > >> I can reproduce. 3.0.196.0 (Official Build 22005). It would be nice if > >> someone could try in Safari to see if the bug is with Chrome/V8 or > >> with something that devtools is doing. Since it's not happening when I > >> do javascript:document.evaluate("//h2"); in the location bar, I > >> suspect that devtools is doing something strange that V8 doesn't > >> expect. > >> > >> On Thu, Aug 6, 2009 at 01:14, PhistucK<[email protected]> wrote: > >> > Try to load the devtools for some page and in the JavaScript shell, > type > >> > - > >> > document.evaluate("//h2"); > >> > Press Enter. > >> > The renderer crashes. > >> > Is it not only me? > >> > ☆PhistucK > >> > > >> > > >> > > >> > > >> > >> > >> > >> -- > > > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
