Bug 1486577 - Don't #include "js/CompilationAndEvaluation.h" in jsapi.h, minimizing the scope of that header and reducing translation-unit size of anything that needs JSAPI but doesn't need to compile/evaluate JavaScript. r=jandem

This commit is contained in:
Jeff Walden
2018-08-24 22:51:49 -05:00
parent 4288bebbeb
commit c2d1ce9999
42 changed files with 49 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
#include "jsapi.h"
#include "jsfriendapi.h"
#include "js/CompilationAndEvaluation.h"
#include "js/SourceBufferHolder.h"
#include "nsError.h"
#include "nsContentPolicyUtils.h"