Turning my changes back on, since they didn't cause the tinderbox orange.

git-svn-id: svn://10.0.0.236/trunk@64913 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu 2000-04-01 23:39:53 +00:00
parent b939060eac
commit a2f83e6dd1

View File

@ -2678,7 +2678,6 @@ nsGfxTextControlFrame::InstallEditor()
result = mEditor->Init(mDoc, presShell, editorFlags);
if (NS_FAILED(result)) { return result; }
#if 0
nsCOMPtr<nsIPresShell> framePresShell;
mFramePresContext->GetShell(getter_AddRefs(framePresShell));
nsCOMPtr<nsIDocument> frameDocument;
@ -2691,7 +2690,6 @@ nsGfxTextControlFrame::InstallEditor()
// when the pointer is over the editor control
eDocument->SetParentDocument(frameDocument);
#endif
// set data from the text control into the editor
result = InitializeTextControl(presShell, mDoc);