23485: make it possible for urlbar to go to urls spanning multiple lines. r=jfrancis

git-svn-id: svn://10.0.0.236/trunk@77375 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2000-08-28 22:15:03 +00:00
parent 75e980fa95
commit 98e3352cf6
5 changed files with 21 additions and 10 deletions

View File

@@ -4424,7 +4424,7 @@ nsEditorShell::GetEmbeddedObjects(nsISupportsArray **aObjectArray)
if (!aObjectArray)
return NS_ERROR_NULL_POINTER;
nsresult result;
nsresult result = NS_NOINTERFACE;
switch (mEditorType)
{