Closed
Bug 575654
Opened 14 years ago
Closed 14 years ago
[e10s] nsXULElement::GetCrossProcessObjectWrapper null protection.
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
INVALID
People
(Reporter: dougt, Unassigned)
References
Details
>+++ b/content/xul/content/src/nsXULElement.cpp
>+nsXULElement::GetCrossProcessObjectWrapper(nsIVariant** cpow)
>+{
>+ nsRefPtr<nsFrameLoader> frameLoader(GetFrameLoader());
>+ return frameLoader->GetCrossProcessObjectWrapper(cpow);
GetFrameLoader() can return null.
Comment 1•14 years ago
|
||
This code no longer exists.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•