Speculative fix for Qt and Gtk.
* dom/Notation.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58924
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-05-06 Maciej Stachowiak <mjs@apple.com>
+
+ Not reviewed, build fix.
+
+ Speculative fix for Qt and Gtk.
+
+ * dom/Notation.cpp:
+
2010-05-06 Maciej Stachowiak <mjs@apple.com>
Not reviewed, build fix.
#include "config.h"
#include "Notation.h"
+#include Document.h
+
namespace WebCore {
Notation::Notation(Document* document, const String& name, const String& publicId, const String& systemId)