Need shorter comments here

git-svn-id: svn://10.0.0.236/trunk@193308 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-03-31 08:20:34 +00:00
parent 14903561f3
commit 8373755204
2 changed files with 6 additions and 8 deletions

View File

@@ -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

View File

@@ -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_