Bug 1672173 [Linux] Fix malformed DBUS introspection, r=jhorak

Differential Revision: https://phabricator.services.mozilla.com/D99360
This commit is contained in:
stransky 2020-12-10 16:10:08 +00:00
parent f7c9db178b
commit 59ba64b037

View File

@ -26,7 +26,7 @@
static const char* introspect_template =
"<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection "
"1.0//EN\"\n"
"\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\";>\n"
"\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
"<node>\n"
" <interface name=\"org.freedesktop.DBus.Introspectable\">\n"
" <method name=\"Introspect\">\n"