author | Hiroyuki Ikezoe <hikezoe@mozilla.com> |
Thu, 18 Jan 2018 14:12:51 +0900 | |
changeset 399917 | 25d33cd4ed83d2f8abe6a8c46165e957b0ea5030 |
parent 399916 | ff8efa46c4602fa06bf9e1876e11ecde61d4338d |
child 399918 | a984a3218ffe8ebaad26bff890bc25f00612d859 |
push id | 33281 |
push user | nerli@mozilla.com |
push date | Fri, 19 Jan 2018 10:08:27 +0000 |
treeherder | mozilla-central@3af31d84214f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | baku |
bugs | 1431295 |
milestone | 59.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
|
dom/clients/manager/ClientIPCUtils.h | file | annotate | diff | comparison | revisions | |
dom/fetch/FetchIPCTypes.h | file | annotate | diff | comparison | revisions |
--- a/dom/clients/manager/ClientIPCUtils.h +++ b/dom/clients/manager/ClientIPCUtils.h @@ -3,19 +3,16 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * 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_ClientIPCUtils_h #define _mozilla_dom_ClientIPCUtils_h #include "ipc/IPCMessageUtils.h" -// Fix X11 header brain damage that conflicts with FrameType::None -#undef None - #include "mozilla/dom/ClientBinding.h" #include "mozilla/dom/ClientsBinding.h" #include "mozilla/dom/DocumentBinding.h" #include "nsContentUtils.h" namespace IPC { template<> struct ParamTraits<mozilla::dom::ClientType> :
--- a/dom/fetch/FetchIPCTypes.h +++ b/dom/fetch/FetchIPCTypes.h @@ -4,19 +4,16 @@ * 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_fetch_IPCUtils_h #define mozilla_dom_fetch_IPCUtils_h #include "ipc/IPCMessageUtils.h" -// Fix X11 header brain damage that conflicts with HeadersGuardEnum::None -#undef None - #include "mozilla/dom/HeadersBinding.h" #include "mozilla/dom/RequestBinding.h" #include "mozilla/dom/ResponseBinding.h" namespace IPC { template<> struct ParamTraits<mozilla::dom::HeadersGuardEnum> : public ContiguousEnumSerializer<mozilla::dom::HeadersGuardEnum,