mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 136932 TestCSSPropertyLookup is broken
r=karnaze rs=darin
This commit is contained in:
parent
d61dfc4044
commit
4b53118ff6
@ -54,6 +54,9 @@ int TestProps() {
|
||||
nsCSSProperty id;
|
||||
nsCSSProperty index;
|
||||
|
||||
// Everything appears to assert if we don't do this first...
|
||||
nsCSSProps::AddRefTable();
|
||||
|
||||
// First make sure we can find all of the tags that are supposed to
|
||||
// be in the table. Futz with the case to make sure any case will
|
||||
// work
|
||||
@ -102,6 +105,7 @@ int TestProps() {
|
||||
}
|
||||
}
|
||||
|
||||
nsCSSProps::ReleaseTable();
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user