From 4ded824ce8e242535a4d4e0f954cd6f203eea139 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 07:48:28 +0800 Subject: [PATCH 1/1] Introspect/Method.js --- Introspect/Method.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Introspect/Method.js b/Introspect/Method.js index e0790fe..0b1ad48 100644 --- a/Introspect/Method.js +++ b/Introspect/Method.js @@ -66,8 +66,8 @@ Method = XObject.define( name : n, params: args, returns : retval, - isConstructor : flags & GI.IFunctionInfoFlags.IS_CONSTRUCTOR, - isStatic : !(flags & GI.IFunctionInfoFlags.IS_METHOD), + isConstructor : flags & GI.FunctionInfoFlags.IS_CONSTRUCTOR, + isStatic : !(flags & GI.FunctionInfoFlags.IS_METHOD), memberOf : memberOf.alias, exceptions : [], desc : NameSpace.doc(memberOf.alias + '.' + n_original) -- 2.39.2