Commit 9a8580e6 authored by Nathan Froyd's avatar Nathan Froyd
Browse files

Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_*...

Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
parent 2bac127d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
#include "nsIPrincipal.h"
#include "mozilla/dom/Element.h"
#include "mozilla/unused.h"
#include "nsComponentManagerUtils.h"

using mozilla::unused;          // <snicker>
using namespace mozilla::dom;
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@
#include "nsIBaseWindow.h"
#include "nsIDocShellTreeOwner.h"
#include "nsIInterfaceRequestorUtils.h"
#include "GeckoProfiler.h"

#ifdef XP_WIN
#undef GetClassName
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
#include "BluetoothReplyRunnable.h"
#include "DOMRequest.h"
#include "mozilla/dom/bluetooth/BluetoothTypes.h"
#include "nsServiceManagerUtils.h"

USING_BLUETOOTH_NAMESPACE

+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#include "SmsService.h"
#include "jsapi.h"
#include "SmsSegmentInfo.h"
#include "nsServiceManagerUtils.h"

namespace mozilla {
namespace dom {
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
#include "nsPrintfCString.h"
#include "PluginIdentifierParent.h"
#include "prsystem.h"
#include "GeckoProfiler.h"

#ifdef XP_WIN
#include "PluginHangUIParent.h"
Loading