]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-hack-gcc_4_2.patch
- rel 2
[packages/firefox.git] / mozilla-hack-gcc_4_2.patch
1 ; giant hack, if you feel brave enough you can try to track it down deeper
2 ; https://bugzilla.mozilla.org/show_bug.cgi?id=362462
3 --- mozilla/mozilla/netwerk/base/src/nsStandardURL.cpp~ 2007-02-26 09:31:24.171735485 +0100
4 +++ mozilla/mozilla/netwerk/base/src/nsStandardURL.cpp  2007-02-26 10:04:35.679481070 +0100
5 @@ -2510,6 +2510,9 @@
6  
7      InvalidateCache();
8  
9 +    if (urlType != URLTYPE_STANDARD && urlType != URLTYPE_AUTHORITY && urlType != URLTYPE_NO_AUTHORITY)
10 +        urlType = URLTYPE_STANDARD;
11 +
12      switch (urlType) {
13      case URLTYPE_STANDARD:
14          mParser = net_GetStdURLParser();
This page took 0.047872 seconds and 3 git commands to generate.