Bug 1320905 - Baldr: convert other mozilla::RefCounted to js::RefCounted (r=bbouvier)

MozReview-Commit-ID: JSHTcDELI5W

--HG--
extra : rebase_source : e2edc84999c9253aed65af86823a42c1847641a7
This commit is contained in:
Luke Wagner 2016-12-22 09:43:51 -06:00
Родитель 0aed7a4ac5
Коммит 1cfebeaf1f
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -23,7 +23,6 @@
#include "mozilla/HashFunctions.h"
#include "mozilla/Maybe.h"
#include "mozilla/Move.h"
#include "mozilla/RefCounted.h"
#include "mozilla/RefPtr.h"
#include "mozilla/Unused.h"
@ -31,6 +30,7 @@
#include "ds/LifoAlloc.h"
#include "jit/IonTypes.h"
#include "js/RefCounted.h"
#include "js/UniquePtr.h"
#include "js/Utility.h"
#include "js/Vector.h"
@ -77,7 +77,6 @@ using mozilla::Nothing;
using mozilla::PodZero;
using mozilla::PodCopy;
using mozilla::PodEqual;
using mozilla::RefCounted;
using mozilla::Some;
using mozilla::Unused;