Backed out changeset a3243d1ec51f due to invalid bug number

This commit is contained in:
Makoto Kato 2015-08-06 15:32:14 +09:00
parent 660fc413a8
commit 7502764b09
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include "jsfriendapi.h"
#include "jswrapper.h"
#include "js/Proxy.h"
#include "js/HeapAPI.h"
#include "HeapAPI.h"
#include "xpcprivate.h"
#include "mozilla/Casting.h"

View File

@ -34,6 +34,7 @@ EXPORTS.mozilla.jsipc = [
LOCAL_INCLUDES += [
'/dom/base',
'/js/ipc',
'/js/public',
'/js/src',
'/js/xpconnect/src',
'/js/xpconnect/wrappers',