[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/khtml/ecma
From:       André Wöbbeking <woebbeking () kde ! org>
Date:       2010-05-19 19:20:21
Message-ID: 20100519192021.41872AC8BA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1128610 by woebbe:

-pedantic


 M  +3 -3      kjs_xpath.cpp  
 M  +3 -3      kjs_xpath.h  


--- trunk/KDE/kdelibs/khtml/ecma/kjs_xpath.cpp #1128609:1128610
@@ -55,7 +55,7 @@
 */
 KJS_DEFINE_PROTOTYPE   (XPathResultProto)
 KJS_IMPLEMENT_PROTOFUNC(XPathResultProtoFunc)
-KJS_IMPLEMENT_PROTOTYPE("XPathResult", XPathResultProto, XPathResultProtoFunc, \
XPathResultConstants); +KJS_IMPLEMENT_PROTOTYPE("XPathResult", XPathResultProto, \
XPathResultProtoFunc, XPathResultConstants)  \
IMPLEMENT_PSEUDO_CONSTRUCTOR_WITH_PARENT(XPathResultPseudoCtor, "XPathResult", \
XPathResultProto, XPathResultConstants)  
 /*
@@ -130,7 +130,7 @@
 */
 KJS_DEFINE_PROTOTYPE   (XPathExpressionProto)
 KJS_IMPLEMENT_PROTOFUNC(XPathExpressionProtoFunc)
-KJS_IMPLEMENT_PROTOTYPE("XPathExpression", XPathExpressionProto, \
XPathExpressionProtoFunc, ObjectPrototype); \
+KJS_IMPLEMENT_PROTOTYPE("XPathExpression", XPathExpressionProto, \
XPathExpressionProtoFunc, ObjectPrototype)  \
IMPLEMENT_PSEUDO_CONSTRUCTOR(XPathExpressionPseudoCtor, "XPathExpression", \
XPathExpressionProto)  
 const ClassInfo XPathExpression::info = { "XPathExpression", 0, 0, 0 };
@@ -173,7 +173,7 @@
 */
 KJS_DEFINE_PROTOTYPE   (XPathNSResolverProto)
 KJS_IMPLEMENT_PROTOFUNC(XPathNSResolverProtoFunc)
-KJS_IMPLEMENT_PROTOTYPE("XPathNSResolver", XPathNSResolverProto, \
XPathNSResolverProtoFunc, ObjectPrototype); \
+KJS_IMPLEMENT_PROTOTYPE("XPathNSResolver", XPathNSResolverProto, \
XPathNSResolverProtoFunc, ObjectPrototype)  \
IMPLEMENT_PSEUDO_CONSTRUCTOR(XPathNSResolverPseudoCtor, "XPathNSResolver", \
XPathNSResolverProto)  
 const ClassInfo XPathNSResolver::info = { "XPathNSResolver", 0, 0, 0 };
--- trunk/KDE/kdelibs/khtml/ecma/kjs_xpath.h #1128609:1128610
@@ -21,7 +21,7 @@
 
 namespace KJS {
 
-DEFINE_PSEUDO_CONSTRUCTOR(XPathResultPseudoCtor);
+DEFINE_PSEUDO_CONSTRUCTOR(XPathResultPseudoCtor)
 
 class XPathResult: public DOMWrapperObject<khtml::XPathResultImpl>
 {
@@ -44,7 +44,7 @@
     };
 };
 
-DEFINE_PSEUDO_CONSTRUCTOR(XPathExpressionPseudoCtor);
+DEFINE_PSEUDO_CONSTRUCTOR(XPathExpressionPseudoCtor)
 
 class XPathExpression: public DOMWrapperObject<khtml::XPathExpressionImpl>
 {
@@ -79,7 +79,7 @@
 // The class JSXPathNSResolver does (2).
 //
 // Further, the method ... to avoid having wrappers-inside-wrappers
-DEFINE_PSEUDO_CONSTRUCTOR(XPathNSResolverPseudoCtor);
+DEFINE_PSEUDO_CONSTRUCTOR(XPathNSResolverPseudoCtor)
 class XPathNSResolver: public DOMWrapperObject<khtml::XPathNSResolverImpl>
 {
 public:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic