From 8373755204952ba3452417e211ab5546d6c5992a Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Fri, 31 Mar 2006 08:20:34 +0000 Subject: [PATCH] Need shorter comments here git-svn-id: svn://10.0.0.236/trunk@193308 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/base/src/nsObjectLoadingContent.cpp | 7 +++---- mozilla/content/base/src/nsObjectLoadingContent.h | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/mozilla/content/base/src/nsObjectLoadingContent.cpp b/mozilla/content/base/src/nsObjectLoadingContent.cpp index bcd04b9cd5b..bf3a82dc395 100644 --- a/mozilla/content/base/src/nsObjectLoadingContent.cpp +++ b/mozilla/content/base/src/nsObjectLoadingContent.cpp @@ -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 , , - * , etc). + * A base class implementING nsIObjectLoadingContent for use by + * various content nodes that want to provide plugin/document/image + * loading functionality (eg , , , etc). */ // Interface headers diff --git a/mozilla/content/base/src/nsObjectLoadingContent.h b/mozilla/content/base/src/nsObjectLoadingContent.h index a3daf96dcf1..5645e9faf33 100644 --- a/mozilla/content/base/src/nsObjectLoadingContent.h +++ b/mozilla/content/base/src/nsObjectLoadingContent.h @@ -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 , , - * , etc). + * A base class implementING nsIObjectLoadingContent for use by + * various content nodes that want to provide plugin/document/image + * loading functionality (eg , , , etc). */ #ifndef NSOBJECTLOADINGCONTENT_H_