summaryrefslogtreecommitdiffstats
path: root/dom/interfaces/base
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
commit086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch)
treea4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /dom/interfaces/base
parentAdding debian version 124.0.1-1. (diff)
downloadfirefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz
firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/interfaces/base')
-rw-r--r--dom/interfaces/base/nsITextInputProcessor.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/dom/interfaces/base/nsITextInputProcessor.idl b/dom/interfaces/base/nsITextInputProcessor.idl
index 6d702af385..1dea6640bc 100644
--- a/dom/interfaces/base/nsITextInputProcessor.idl
+++ b/dom/interfaces/base/nsITextInputProcessor.idl
@@ -664,11 +664,3 @@ interface nsITextInputProcessor : nsISupports
in AString aKeyValue,
[optional] in jsval aLocation);
};
-
-%{C++
-#define TEXT_INPUT_PROCESSOR_CID \
- { 0xcaaab47f, 0x1e31, 0x478e, \
- { 0x89, 0x19, 0x97, 0x09, 0x04, 0xe9, 0xcb, 0x72 } }
-#define TEXT_INPUT_PROCESSOR_CONTRACTID \
- "@mozilla.org/text-input-processor;1"
-%}