mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
Issue #2692 - Part 7: De-globalize {*}CompileOptions.
Make all users of the various *CompileOptions classes #include "js/CompileOptions.h" so that nothing but that file has to know about these classes having a JS_PUBLIC_API on them, that would have to be present in forward-declarations.
This commit is contained in:
parent
2e4620b5af
commit
5fd304507d
27 changed files with 89 additions and 52 deletions
|
|
@ -34,6 +34,8 @@ using mozilla::DebugOnly;
|
|||
using mozilla::Unused;
|
||||
using mozilla::TimeDuration;
|
||||
|
||||
using JS::CompileOptions;
|
||||
using JS::ReadOnlyCompileOptions;
|
||||
using JS::SourceBufferHolder;
|
||||
|
||||
namespace js {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue