Closed
Bug 750070
Opened 13 years ago
Closed 13 years ago
Outparamdel GetPresShell/GetPresContext in layout/generic/nsSelection.cpp
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
DUPLICATE
of bug 828138
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
layout/generic/nsSelection.cpp is full of hideous code like this:
nsCOMPtr<nsIPresShell> shell;
rv = GetPresShell(getter_AddRefs(shell));
if (NS_FAILED(rv) || !shell) {
return NS_ERROR_FAILURE;
}
Comment 1•13 years ago
|
||
\o/
Assignee | ||
Comment 2•13 years ago
|
||
Trevor is fixing this in bug 828138...
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•