Bug 1370037 - Remove an unnecessary friend declaration in FrameProperties. r=jfkthame

MozReview-Commit-ID: F6OfF8GsPhS
This commit is contained in:
Mats Palmgren 2017-06-04 16:45:15 +02:00
Родитель c21547a6e4
Коммит c811bece89
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -306,8 +306,6 @@ public:
}
private:
friend class ::nsIFrame;
// Prevent copying of FrameProperties; we should always return/pass around
// references to it, not copies!
FrameProperties(const FrameProperties&) = delete;