1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00

Issue #80 - Fix deprot in js/ipc.

I think we never deunified js/ipc before. But if we're going to build this tree
deunified ever in the future, there's nothing stopping us now!
This commit is contained in:
Job Bautista
2023-03-12 20:17:08 +08:00
committed by roytam1
parent 77b6180555
commit 261dc37ad8
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -5,6 +5,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "JavaScriptShared.h"
#include "JavaScriptChild.h"
#include "JavaScriptParent.h"
#include "mozilla/dom/BindingUtils.h"
#include "mozilla/dom/CPOWManagerGetter.h"
#include "mozilla/dom/TabChild.h"
@@ -16,6 +18,7 @@
using namespace js;
using namespace JS;
using namespace mozilla;
using namespace mozilla::dom;
using namespace mozilla::jsipc;
IdToObjectMap::IdToObjectMap()