icecat: add release icecat-140.6.0-1gnu1 for aramo
This commit is contained in:
parent
92fef42cd6
commit
17ba0259bf
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "nscore.h"
|
||||
|
||||
#include "mozilla/intl/AppDateTimeFormat.h"
|
||||
#include "mozilla/intl/EncodingToLang.h"
|
||||
#include "mozilla/dom/ServiceWorkerRegistrar.h"
|
||||
#include "nsAttrValue.h"
|
||||
#include "nsComputedDOMStyle.h"
|
||||
|
|
@ -299,6 +300,8 @@ nsresult nsLayoutStatics::Initialize() {
|
|||
}
|
||||
#endif
|
||||
|
||||
mozilla::intl::EncodingToLang::Initialize();
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
@ -401,4 +404,6 @@ void nsLayoutStatics::Shutdown() {
|
|||
RestoreTabContentObserver::Shutdown();
|
||||
|
||||
mozilla::intl::LineBreakCache::Shutdown();
|
||||
|
||||
mozilla::intl::EncodingToLang::Shutdown();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue