]> git.pld-linux.org Git - packages/firefox.git/blame - mozilla-hack-gcc_4_2.patch
- much better workaround instead of ugly hack; see mozilla bugzilla report
[packages/firefox.git] / mozilla-hack-gcc_4_2.patch
CommitLineData
9dc8fe13
AM
1diff -puNr mozilla/mozilla.orig/netwerk/base/src/nsStandardURL.h mozilla/mozilla/netwerk/base/src/nsStandardURL.h
2--- mozilla.orig/mozilla/netwerk/base/src/nsStandardURL.h 2006-05-02 20:53:56.000000000 +0200
3+++ mozilla/mozilla/netwerk/base/src/nsStandardURL.h 2007-04-10 21:18:23.000000000 +0200
4@@ -262,11 +262,11 @@ private:
5 eEncoding_UTF8
6 };
933ceb8c 7
9dc8fe13
AM
8- PRUint32 mHostEncoding : 2; // eEncoding_xxx
9- PRUint32 mSpecEncoding : 2; // eEncoding_xxx
10- PRUint32 mURLType : 2; // nsIStandardURL::URLTYPE_xxx
11- PRUint32 mMutable : 1; // nsIStandardURL::mutable
12- PRUint32 mSupportsFileURL : 1; // QI to nsIFileURL?
13+ PRUint32 mHostEncoding; // eEncoding_xxx
14+ PRUint32 mSpecEncoding; // eEncoding_xxx
15+ PRUint32 mURLType; // nsIStandardURL::URLTYPE_xxx
16+ PRUint32 mMutable; // nsIStandardURL::mutable
17+ PRUint32 mSupportsFileURL; // QI to nsIFileURL?
933ceb8c 18
9dc8fe13
AM
19 // global objects. don't use COMPtr as its destructor will cause a
20 // coredump if we leak it.
This page took 0.043689 seconds and 4 git commands to generate.