aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r--embed/mozilla/ContentHandler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index 0b7f2f653..91c9d081d 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -62,18 +62,18 @@
#ifdef MOZ_NSIMIMEINFO_NSACSTRING_
GContentHandler::GContentHandler()
{
- LOG ("GContentHandler ctor (%p)", this)
+ LOG ("GContentHandler ctor (%p)", this);
}
#else
GContentHandler::GContentHandler() : mMimeType(nsnull)
{
- LOG ("GContentHandler ctor (%p)", this)
+ LOG ("GContentHandler ctor (%p)", this);
}
#endif
GContentHandler::~GContentHandler()
{
- LOG ("GContentHandler dtor (%p)", this)
+ LOG ("GContentHandler dtor (%p)", this);
#ifndef MOZ_NSIMIMEINFO_NSACSTRING_
if (mMimeType)