Bug 1220215 - Add '#' between client id and suffix in appcache groud id, r=jduell
This commit is contained in:
1
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
1
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
@@ -1305,6 +1305,7 @@ AppendJARIdentifier(nsACString &_result, OriginAttributes const *aOriginAttribut
|
||||
{
|
||||
nsAutoCString suffix;
|
||||
aOriginAttributes->CreateSuffix(suffix);
|
||||
_result.Append('#');
|
||||
_result.Append(suffix);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user