From 33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 4 May 2018 16:15:59 +0200 Subject: Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB. --- dom/indexedDB/moz.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dom/indexedDB/moz.build') diff --git a/dom/indexedDB/moz.build b/dom/indexedDB/moz.build index 1fb01135c..d8c217f38 100644 --- a/dom/indexedDB/moz.build +++ b/dom/indexedDB/moz.build @@ -17,8 +17,7 @@ XPCSHELL_TESTS_MANIFESTS += [ 'test/unit/xpcshell-parent-process.ini' ] -if CONFIG['ENABLE_INTL_API']: - MOCHITEST_MANIFESTS += ['test/mochitest-intl-api.ini'] +MOCHITEST_MANIFESTS += ['test/mochitest-intl-api.ini'] EXPORTS.mozilla.dom += [ 'IDBCursor.h', -- cgit v1.2.3