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

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

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