mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Issue #1053 - Remove Android-specific blocks from system headers and /dom
This commit is contained in:
parent
1feafdc819
commit
0ced696351
13 changed files with 9 additions and 623 deletions
|
|
@ -49,9 +49,6 @@
|
|||
#include <algorithm>
|
||||
#include "chrome/common/ipc_channel.h" // for IPC::Channel::kMaximumMessageSize
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
#ifdef XP_WIN
|
||||
#include <windows.h>
|
||||
# if defined(SendMessage)
|
||||
|
|
@ -896,9 +893,6 @@ nsFrameMessageManager::GetChildAt(uint32_t aIndex,
|
|||
NS_IMETHODIMP
|
||||
nsFrameMessageManager::Dump(const nsAString& aStr)
|
||||
{
|
||||
#ifdef ANDROID
|
||||
__android_log_print(ANDROID_LOG_INFO, "Gecko", "%s", NS_ConvertUTF16toUTF8(aStr).get());
|
||||
#endif
|
||||
#ifdef XP_WIN
|
||||
if (IsDebuggerPresent()) {
|
||||
OutputDebugStringW(PromiseFlatString(aStr).get());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue