WebCore:
2008-03-16 Thiago Macieira <thiago.macieira@trolltech.com>
Reviewed by Darin.
Don't use RefPtr in classes you haven't seen the implementation of.
Forward-declaration and declaration of RefPtr<Foo> is ok. But you
cannot *use* said objects until Foo is defined. This is true even for
initialisation with a 0.
Seems the HP aCC compiler is more strict here than gcc.
* editing/SplitTextNodeCommand.h:
* page/FrameTree.h:
* xml/XPathExpressionNode.h:
WebKit/qt:
2008-03-16 Thiago Macieira <thiago.macieira@trolltech.com>
Reviewed by Simon.
Don't use RefPtr in classes you haven't seen the implementation of.
Forward-declaration and declaration of RefPtr<Foo> is ok. But you
cannot *use* said objects until Foo is defined. This is true even for
initialisation with a 0.
Seems the HP aCC compiler is more strict here than gcc.
* Api/qwebframe_p.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@31082
268f45cc-cd09-0410-ab3c-
d52691b4dbfc