Bug 363960 Crash when clicking on the image inside a designMode-enabled IFRAME [@ nsHTMLEditor::SetShadowPosition], r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@218171 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -272,6 +272,9 @@ nsHTMLEditor::CreateResizingInfo(nsIDOMElement ** aReturn, nsIDOMNode * aParentN
|
||||
nsresult
|
||||
nsHTMLEditor::SetAllResizersPosition()
|
||||
{
|
||||
if (!mTopLeftHandle)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
PRInt32 x = mResizedObjectX;
|
||||
PRInt32 y = mResizedObjectY;
|
||||
PRInt32 w = mResizedObjectWidth;
|
||||
|
||||
Reference in New Issue
Block a user