mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Allow class CharToByteConverter to be initialized, since the codegen limitations
that didn't allow it to be compiled have been remedied.
This commit is contained in:
parent
d84ca63910
commit
65fec7605c
@ -1423,10 +1423,11 @@ bool Class::implements(const Interface &i) const
|
||||
|
||||
static const char *forbiddenClasses[] = {
|
||||
//"System", // references System.securityManager which has longs
|
||||
"CharToByteConverter", // references System.getProperty, has finally
|
||||
//"CharToByteConverter", // references System.getProperty, has finally
|
||||
//"Math", // Has float and double
|
||||
//"Float",
|
||||
//"Double"
|
||||
""
|
||||
};
|
||||
|
||||
static const numForbiddenClasses = sizeof(forbiddenClasses)/sizeof(forbiddenClasses[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user