Bug 1656411 - Fix Rust bindings code to use the new TypedData.h header.

Differential Revision: https://phabricator.services.mozilla.com/D85613
This commit is contained in:
Jeff Walden 2020-07-31 17:40:51 +00:00
Родитель 210c0b2307
Коммит 2718657fe5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -17,6 +17,7 @@
#include "js/Proxy.h"
#include "js/CharacterEncoding.h"
#include "js/Class.h"
#include "js/experimental/TypedData.h"
#include "js/MemoryMetrics.h"
#include "js/Principals.h"
#include "js/StructuredClone.h"