patches/thunderbird3-36-pr-static-assert.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 20046 acd4c9fcef88
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20046
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     1
--- mozilla/content/html/content/src/nsHTMLFrameSetElement.cpp.orig1	2010-09-08 14:17:38.746198333 +0800
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     2
+++ mozilla/content/html/content/src/nsHTMLFrameSetElement.cpp	2010-09-08 14:56:12.737477178 +0800
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     3
@@ -34,6 +34,7 @@
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     4
  * the terms of any one of the MPL, the GPL or the LGPL.
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     5
  *
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     6
  * ***** END LICENSE BLOCK ***** */
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     7
+#include "prlog.h"
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     8
 #include "nsIDOMHTMLFrameSetElement.h"
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
     9
 #include "nsIDOMEventTarget.h"
acd4c9fcef88 2010-09-09 Brian Lu <[email protected]>
hawklu
parents:
diff changeset
    10
 #include "nsGenericHTMLElement.h"