mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
removed references to nsStr
This commit is contained in:
parent
fa9ec86bb0
commit
62e292619d
@ -50,7 +50,8 @@ public:
|
||||
|
||||
// Given a color name, return the color enum value
|
||||
// This only functions provided a valid ref on the table
|
||||
static nsColorName LookupName(const nsStr& aName);
|
||||
static nsColorName LookupName(const nsString& aName);
|
||||
static nsColorName LookupName(const nsCString& aName);
|
||||
|
||||
static const nsCString& GetStringValue(nsColorName aColorName);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user