This commit is contained in:
bzbarsky%mit.edu 2006-03-31 08:20:34 +00:00
Родитель 0764beeffd
Коммит fcf3fc6532
2 изменённых файлов: 6 добавлений и 8 удалений

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

@ -36,10 +36,9 @@
* ***** END LICENSE BLOCK ***** */
/*
* A base class which implements nsIObjectLoadingContent and can be
* subclassed by various content nodes that want to provide
* plugin/document/image loading functionality (eg <embed>, <object>,
* <applet>, etc).
* A base class implementING nsIObjectLoadingContent for use by
* various content nodes that want to provide plugin/document/image
* loading functionality (eg <embed>, <object>, <applet>, etc).
*/
// Interface headers

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

@ -36,10 +36,9 @@
* ***** END LICENSE BLOCK ***** */
/*
* A base class which implements nsIObjectLoadingContent and can be
* subclassed by various content nodes that want to provide
* plugin/document/image loading functionality (eg <embed>, <object>,
* <applet>, etc).
* A base class implementING nsIObjectLoadingContent for use by
* various content nodes that want to provide plugin/document/image
* loading functionality (eg <embed>, <object>, <applet>, etc).
*/
#ifndef NSOBJECTLOADINGCONTENT_H_