Bug 4311 - crash trying to create an event with nil for the view parameter
Summary: crash trying to create an event with nil for the view parameter
Status: RESOLVED DUPLICATE of bug 4298
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-06 20:25 PDT by Darin Adler
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
patch to add a null check (1.20 KB, patch)
2005-08-06 20:27 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-08-06 20:25:53 PDT
There's a crash when you try to create an event with nil for the view parameter. This came up while 
someone was writing a layout test. We just need a NULL check.
Comment 1 Darin Adler 2005-08-06 20:27:42 PDT
Created attachment 3248 [details]
patch to add a null check
Comment 2 Darin Adler 2005-08-06 20:29:45 PDT

*** This bug has been marked as a duplicate of 4298 ***
Comment 3 Lucas Forschler 2019-02-06 09:03:31 PST
Mass moving XML DOM bugs to the "DOM" Component.