зеркало из https://github.com/mozilla/pjs.git
Fix for bustage, remove extra paren from my patch
This commit is contained in:
Родитель
22880b6d56
Коммит
f4036587aa
|
@ -509,7 +509,7 @@ verify_method_declaration(IDL_tree method_tree)
|
||||||
* supported in xpcom or non-xpcom (marked with [notxpcom]) methods
|
* supported in xpcom or non-xpcom (marked with [notxpcom]) methods
|
||||||
* as input parameters
|
* as input parameters
|
||||||
*/
|
*/
|
||||||
if (!(notxpcom && IDL_PARAM_DCL(param).attr != IDL_PARAM_IN)) &&
|
if (!(notxpcom && IDL_PARAM_DCL(param).attr != IDL_PARAM_IN) &&
|
||||||
IDL_tree_property_get(param_type, "nsid") != NULL &&
|
IDL_tree_property_get(param_type, "nsid") != NULL &&
|
||||||
IDL_tree_property_get(param_type, "ptr") == NULL &&
|
IDL_tree_property_get(param_type, "ptr") == NULL &&
|
||||||
IDL_tree_property_get(param_type, "ref") == NULL)
|
IDL_tree_property_get(param_type, "ref") == NULL)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче