Bug 20853 - NULL pointer in isDefaultNamespace()
Summary: NULL pointer in isDefaultNamespace()
Status: RESOLVED DUPLICATE of bug 19470
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 312.x
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL: http://skypher.com/SkyLined/Repro/Saf...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 03:52 PDT by Berend-Jan Wever
Modified: 2008-09-15 07:04 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Berend-Jan Wever 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>
Comment 1 Alexey Proskuryakov 2008-09-15 07:04:21 PDT

*** This bug has been marked as a duplicate of 19470 ***