author | David Zbarsky <dzbarsky@gmail.com> |
Wed, 14 Nov 2012 21:38:26 -0500 | |
changeset 113339 | bc613b53b9ef9e1d4b1407c08f5eec71a3da6dad |
parent 113338 | 2e5ead73fbbc36dbfb5093ed547fd74aa8a05724 |
child 113340 | 33d68d68e2cfeaecfcb7fbceabcce04a93e02ef3 |
push id | 23869 |
push user | emorley@mozilla.com |
push date | Thu, 15 Nov 2012 16:18:16 +0000 |
treeherder | mozilla-central@a37525d304d9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 19.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/media/webaudio/AudioContext.h +++ b/content/media/webaudio/AudioContext.h @@ -9,17 +9,17 @@ #include "nsWrapperCache.h" #include "nsCycleCollectionParticipant.h" #include "mozilla/Attributes.h" #include "nsCOMPtr.h" #include "EnableWebAudioCheck.h" #include "nsAutoPtr.h" -class JSContext; +struct JSContext; class nsIDOMWindow; namespace mozilla { class ErrorResult; namespace dom {
--- a/content/media/webaudio/AudioParam.h +++ b/content/media/webaudio/AudioParam.h @@ -12,17 +12,17 @@ #include "nsCycleCollectionParticipant.h" #include "nsCOMPtr.h" #include "EnableWebAudioCheck.h" #include "nsAutoPtr.h" #include "AudioContext.h" #include "mozilla/dom/TypedArray.h" #include "mozilla/Util.h" -class JSContext; +struct JSContext; class nsIDOMWindow; namespace mozilla { class ErrorResult; namespace dom {
--- a/dom/bluetooth/BluetoothUtils.h +++ b/dom/bluetooth/BluetoothUtils.h @@ -4,18 +4,18 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef mozilla_dom_bluetooth_bluetoothutils_h__ #define mozilla_dom_bluetooth_bluetoothutils_h__ #include "BluetoothCommon.h" -class JSContext; -class JSObject; +struct JSContext; +struct JSObject; BEGIN_BLUETOOTH_NAMESPACE class BluetoothDevice; class BluetoothNamedValue; bool SetJsObject(JSContext* aContext,
--- a/dom/network/src/TCPSocketChild.h +++ b/dom/network/src/TCPSocketChild.h @@ -6,18 +6,18 @@ #include "nsITCPSocketChild.h" #include "nsCycleCollectionParticipant.h" #include "nsCOMPtr.h" #define TCPSOCKETCHILD_CID \ { 0xa589d96f, 0x7e09, 0x4edf, { 0xa0, 0x1a, 0xeb, 0x49, 0x51, 0xf4, 0x2f, 0x37 } } class nsITCPSocketInternal; -class JSContext; -class JSObject; +struct JSContext; +struct JSObject; namespace mozilla { namespace dom { class TCPSocketChildBase : public nsITCPSocketChild { public: NS_DECL_CYCLE_COLLECTION_CLASS(TCPSocketChildBase) NS_DECL_CYCLE_COLLECTING_ISUPPORTS
--- a/dom/network/src/TCPSocketParent.h +++ b/dom/network/src/TCPSocketParent.h @@ -3,18 +3,18 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "mozilla/net/PTCPSocketParent.h" #include "nsITCPSocketParent.h" #include "nsCycleCollectionParticipant.h" #include "nsCOMPtr.h" #include "nsIDOMTCPSocket.h" -class JSContext; -class JSObject; +struct JSContext; +struct JSObject; namespace mozilla { namespace dom { class PBrowserParent; class TCPSocketParent : public mozilla::net::PTCPSocketParent , public nsITCPSocketParent