Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / base / nsDOMCID.h
blobfab3d37674f8a33a4fa4b6e99a052b54cd9260ab
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef nsDOMCID_h__
8 #define nsDOMCID_h__
10 #include "nsISupports.h"
12 #define NS_DOM_SCRIPT_OBJECT_FACTORY_CID \
13 { /* 9eb760f0-4380-11d2-b328-00805f8a3859 */ \
14 0x9eb760f0, 0x4380, 0x11d2, { \
15 0xb3, 0x28, 0x00, 0x80, 0x5f, 0x8a, 0x38, 0x59 \
16 } \
19 #define NS_SCRIPT_NAMESET_REGISTRY_CID \
20 { /* 45f27d10-987b-11d2-bd40-00105aa45e89 */ \
21 0x45f27d10, 0x987b, 0x11d2, { \
22 0xbd, 0x40, 0x00, 0x10, 0x5a, 0xa4, 0x5e, 0x89 \
23 } \
26 #define NS_XPATH_EVALUATOR_CONTRACTID "@mozilla.org/dom/xpath-evaluator;1"
28 #endif /* nsDOMCID_h__ */