Rename the "xpt" manifest directive to "interfaces", per bug 568691 comment 66.

This commit is contained in:
Benjamin Smedberg
2010-06-27 21:50:51 -04:00
parent 0ded35b4f3
commit 304e19532e
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ struct ManifestDirective
static const ManifestDirective kParsingTable[] = {
{ "binary-component", 1, true, false, false,
&nsComponentManagerImpl::ManifestBinaryComponent, NULL },
{ "xpt", 1, true, false, false,
{ "interfaces", 1, true, false, false,
&nsComponentManagerImpl::ManifestXPT, NULL },
{ "component", 2, true, false, false,
&nsComponentManagerImpl::ManifestComponent, NULL },