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;
+     }
+   }
_______________________________________________
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to