Fix casing of SetMetaDataElement method.
git-svn-id: svn://10.0.0.236/trunk@88365 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
383d3db210
commit
8403d04279
@ -125,7 +125,7 @@ interface nsICacheEntryDescriptor : nsISupports
|
||||
* charset, but they must be null terminated.
|
||||
*/
|
||||
string getMetaDataElement(in string key);
|
||||
void setMetadataElement(in string key, in string value);
|
||||
void setMetaDataElement(in string key, in string value);
|
||||
|
||||
nsISimpleEnumerator getMetaDataEnumerator(); /* todo */
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user