Bug 20853

Summary: NULL pointer in isDefaultNamespace()
Product: WebKit Reporter: Berend-Jan Wever <skylined>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 312.x   
Hardware: PC   
OS: Windows Vista   
URL: http://skypher.com/SkyLined/Repro/Safari/AV-Read%5B0%5D@WebKit!SetWebLocalizedStringMainBundle+0x1a496/repro.html

Berend-Jan Wever
Reported 2008-09-15 03:52:54 PDT
The below HTML causes a NULL pointer AV. This does not repro in Chrome, so I assume it is a problem in JavaScriptCore or JavaScriptGlue <BODY onload=go()></BODY> <SCRIPT> function go() { document.open() document.isDefaultNamespace() } </SCRIPT>
Attachments
Alexey Proskuryakov
Comment 1 2008-09-15 07:04:21 PDT
*** This bug has been marked as a duplicate of 19470 ***
Note You need to log in before you can comment on or make changes to this bug.