diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 20:04:53 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-22 20:04:53 +0000 |
commit | f7670e6f530917a323b93ec8531e8f54cbe63fd7 (patch) | |
tree | 4b84c434c9a21c0255be8ef12005e09e28df59b9 /dom/plugins/base/nsNPAPIPluginInstance.cpp | |
parent | 484e7e65a75d1fe4b4640a09243f5580538f0560 (diff) | |
download | UXP-f7670e6f530917a323b93ec8531e8f54cbe63fd7.tar UXP-f7670e6f530917a323b93ec8531e8f54cbe63fd7.tar.gz UXP-f7670e6f530917a323b93ec8531e8f54cbe63fd7.tar.lz UXP-f7670e6f530917a323b93ec8531e8f54cbe63fd7.tar.xz UXP-f7670e6f530917a323b93ec8531e8f54cbe63fd7.zip |
Issue #80 - De-unify dom/plugins/base
Diffstat (limited to 'dom/plugins/base/nsNPAPIPluginInstance.cpp')
-rw-r--r-- | dom/plugins/base/nsNPAPIPluginInstance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/plugins/base/nsNPAPIPluginInstance.cpp b/dom/plugins/base/nsNPAPIPluginInstance.cpp index ce24b6296..7ee71c8f7 100644 --- a/dom/plugins/base/nsNPAPIPluginInstance.cpp +++ b/dom/plugins/base/nsNPAPIPluginInstance.cpp @@ -36,6 +36,7 @@ #include "nsILoadContext.h" #include "mozilla/dom/HTMLObjectElementBinding.h" #include "AudioChannelService.h" +#include "GeckoProfiler.h" using namespace mozilla; using namespace mozilla::dom; |