зеркало из https://github.com/mozilla/gecko-dev.git
Backing out fix for bug 419654 due to centos orange
This commit is contained in:
Родитель
b4e9ca7a4e
Коммит
3bda873499
|
@ -329,8 +329,6 @@ nsPlacesImportExportService::~nsPlacesImportExportService()
|
|||
class BookmarkContentSink : public nsIHTMLContentSink
|
||||
{
|
||||
public:
|
||||
BookmarkContentSink();
|
||||
|
||||
nsresult Init(PRBool aAllowRootChanges,
|
||||
nsINavBookmarksService* bookmarkService,
|
||||
PRInt64 aFolder,
|
||||
|
@ -438,10 +436,6 @@ protected:
|
|||
#endif
|
||||
};
|
||||
|
||||
BookmarkContentSink::BookmarkContentSink() : mFrames(16)
|
||||
{
|
||||
}
|
||||
|
||||
// BookmarkContentSink::Init
|
||||
//
|
||||
// Note that the bookmark service pointer is passed in. We can not create
|
||||
|
@ -1228,11 +1222,9 @@ BookmarkContentSink::NewFrame()
|
|||
// don't clear last-modified, in case there's a description
|
||||
}
|
||||
|
||||
frame.mPreviousId = ourID;
|
||||
|
||||
if (!mFrames.AppendElement(BookmarkImportFrame(ourID)))
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
frame.mPreviousId = ourID;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче