fix string stupidness

git-svn-id: svn://10.0.0.236/trunk@67433 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com 2000-04-27 23:08:11 +00:00
parent bf7826c69d
commit aff715afda

View File

@ -198,8 +198,6 @@ nsRDFDOMDataSource::createFrameTarget(nsIFrame *frame,
if (NS_SUCCEEDED(frame->QueryInterface(NS_GET_IID(nsIFrameDebug), (void**)&frameDebug))) {
frameDebug->GetFrameName(str);
}
#else
str = "";
#endif
}
else if (aProperty == kNC_Type)