Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2010 12:04:41 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r275 - branches/experimental/www/kompozer/files trunk/www/kompozer/files
Message-ID:  <201002231204.o1NC4f9c062856@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Feb 23 12:04:41 2010
New Revision: 275

Log:
- Fix build with DEBUG option set.
- No PORTREVISION bump required as DEBUG option is disabled by default.

Reported by:	"Joseph S. Atkinson" <jsa AT wickedmachine.net>
Obtained from:	KompoZer bug ID 2804052 (http://sourceforge.net/tracker/?func=detail&aid=2804052&group_id=170132&atid=853124)

Added:
   branches/experimental/www/kompozer/files/patch-content-html-document-src-nsHTMLContentSink.cpp
   trunk/www/kompozer/files/patch-content-html-document-src-nsHTMLContentSink.cpp

Added: branches/experimental/www/kompozer/files/patch-content-html-document-src-nsHTMLContentSink.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/kompozer/files/patch-content-html-document-src-nsHTMLContentSink.cpp	Tue Feb 23 12:04:41 2010	(r275)
@@ -0,0 +1,15 @@
+--- content/html/document/src/nsHTMLContentSink.cpp.orig	2010-02-23 09:57:05.000000000 +0000
++++ content/html/document/src/nsHTMLContentSink.cpp	2010-02-23 09:57:43.000000000 +0000
+@@ -1630,12 +1630,6 @@
+ 
+       DidAddContent(node, PR_FALSE);
+ 
+-#ifdef DEBUG
+-      if (mPreAppend &&
+-          SINK_LOG_TEST(gSinkLogModuleInfo, SINK_ALWAYS_REFLOW)) {
+-        mSink->ForceReflow();
+-      }
+-#endif /* DEBUG */
+       return rv;
+     }
+   }

Added: trunk/www/kompozer/files/patch-content-html-document-src-nsHTMLContentSink.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/kompozer/files/patch-content-html-document-src-nsHTMLContentSink.cpp	Tue Feb 23 12:04:41 2010	(r275)
@@ -0,0 +1,15 @@
+--- content/html/document/src/nsHTMLContentSink.cpp.orig	2010-02-23 09:57:05.000000000 +0000
++++ content/html/document/src/nsHTMLContentSink.cpp	2010-02-23 09:57:43.000000000 +0000
+@@ -1630,12 +1630,6 @@
+ 
+       DidAddContent(node, PR_FALSE);
+ 
+-#ifdef DEBUG
+-      if (mPreAppend &&
+-          SINK_LOG_TEST(gSinkLogModuleInfo, SINK_ALWAYS_REFLOW)) {
+-        mSink->ForceReflow();
+-      }
+-#endif /* DEBUG */
+       return rv;
+     }
+   }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002231204.o1NC4f9c062856>