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

This commit is contained in:
Makoto Kato
2015-08-06 11:48:46 +09:00
parent 0fdee84c97
commit ce96b6427b
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"