зеркало из https://github.com/mozilla/gecko-dev.git
Bug 288761. Fix leak of rendering context. r+sr=roc,a=asa
This commit is contained in:
Родитель
4a6dc50c3e
Коммит
402016b8b3
|
@ -229,8 +229,7 @@ nsresult nsTextAccessibleWrap::GetCharacterExtents(PRInt32 aStartOffset, PRInt32
|
|||
nsIWidget *widget = frame->GetWindow();
|
||||
NS_ENSURE_TRUE(widget, NS_ERROR_FAILURE);
|
||||
|
||||
nsIRenderingContext *rendContext;
|
||||
rendContext = widget->GetRenderingContext();
|
||||
nsCOMPtr<nsIRenderingContext> rendContext(getter_AddRefs(widget->GetRenderingContext()));
|
||||
|
||||
nsPoint startPoint, endPoint;
|
||||
nsIFrame *startFrame = GetPointFromOffset(frame, presContext, rendContext,
|
||||
|
|
Загрузка…
Ссылка в новой задаче