bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString -> nsISupportsCString nsISupportsWString -> nsISupportsString r=dougt, sr=jag
This commit is contained in:
@@ -294,8 +294,8 @@ class DefaultPolicy:
|
||||
return self._doHandleException(name, exc_info)
|
||||
|
||||
_supports_primitives_data_ = [
|
||||
("nsISupportsCString", "__str__", str),
|
||||
("nsISupportsString", "__str__", str),
|
||||
("nsISupportsWString", "__str__", str),
|
||||
("nsISupportsPRUint64", "__long__", long),
|
||||
("nsISupportsPRInt64", "__long__", long),
|
||||
("nsISupportsPRUint32", "__int__", int),
|
||||
|
||||
Reference in New Issue
Block a user