Bug 1282571 - Followup of 1281748 Remove BlobSet.h r=baku

MozReview-Commit-ID: 92TmpwWdVmU

--HG--
extra : rebase_source : fbdf4ba38fc9de283d7e328efd9671fe13426925
This commit is contained in:
Alexandre Lissy 2016-06-27 23:22:10 +02:00
Родитель 3317aafa12
Коммит 1d8ace6878
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,6 +12,7 @@
namespace mozilla {
namespace dom {
class Blob;
class BlobImpl;
class BlobSet final

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

@ -10,7 +10,6 @@
#include "nsCOMPtr.h"
#include "mozilla/dom/bluetooth/BluetoothCommon.h"
#include "mozilla/dom/DOMRequest.h"
#include "mozilla/dom/BlobSet.h"
namespace mozilla {
class ErrorResult;