Bug 1187773 - Don't include heapapi.h from js/public. r=jorendorff

This commit is contained in:
Makoto Kato 2015-08-06 15:34:08 +09:00
parent 1bab95d028
commit 03d472ba33
2 changed files with 1 additions and 2 deletions

View File

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

View File

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