Bug 1318678 - Fix link error for Bug 1317638. draft
authorJames Cheng <jacheng@mozilla.com>
Fri, 18 Nov 2016 23:45:15 +0800
changeset 441133 3bf757574123310e452baef83731dbee7a5e7978
parent 441122 46127b3a981bceb0413c8199849f4e47afc949da
child 537507 0fc37ae0946c8074c58db31a4222ec648d63cd8c
push id36372
push userbmo:jacheng@mozilla.com
push dateFri, 18 Nov 2016 15:45:44 +0000
bugs1318678, 1317638
milestone53.0a1
Bug 1318678 - Fix link error for Bug 1317638. MozReview-Commit-ID: 5jJAZ0QY2c1
xpcom/tests/moz.build
--- a/xpcom/tests/moz.build
+++ b/xpcom/tests/moz.build
@@ -45,8 +45,12 @@ XPIDL_NO_MANIFEST = True
 
 LOCAL_INCLUDES += [
     '../ds',
 ]
 
 RESOURCE_FILES += [
     'test.properties',
 ]
+
+USE_LIBS += [
+    'mfbt',
+]
\ No newline at end of file