diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index a92965638..88f7b5bad 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -59,12 +59,12 @@ NS_IMPL_ISUPPORTS1(GContentHandler, nsIHelperAppLauncherDialog) GContentHandler::GContentHandler() : mMimeType(nsnull) { - LOG ("GContentHandler ctor") + LOG ("GContentHandler ctor (%p)", this) } GContentHandler::~GContentHandler() { - LOG ("GContentHandler dtor") + LOG ("GContentHandler dtor (%p)", this) nsMemory::Free (mMimeType); } |