[webkit-changes] cvs commit: WebCore/khtml/html htmlnames.h
htmlnames.cpp
David
hyatt at opensource.apple.com
Thu Jun 16 13:33:58 PDT 2005
hyatt 05/06/16 13:33:58
Modified: khtml/html htmlnames.h htmlnames.cpp
Log:
Fix build bustage
Revision Changes Path
1.2 +2 -0 WebCore/khtml/html/htmlnames.h
Index: htmlnames.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/html/htmlnames.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htmlnames.h 16 Jun 2005 19:42:19 -0000 1.1
+++ htmlnames.h 16 Jun 2005 20:33:57 -0000 1.2
@@ -27,6 +27,8 @@
namespace DOM
{
+class QualifiedName;
+
class HTMLNames
{
public:
1.2 +1 -0 WebCore/khtml/html/htmlnames.cpp
Index: htmlnames.cpp
===================================================================
RCS file: /cvs/root/WebCore/khtml/html/htmlnames.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htmlnames.cpp 16 Jun 2005 19:42:20 -0000 1.1
+++ htmlnames.cpp 16 Jun 2005 20:33:57 -0000 1.2
@@ -21,6 +21,7 @@
*/
#include "htmlnames.h"
+#include "dom_qname.h"
namespace DOM {
More information about the webkit-changes
mailing list