summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/DocumentMarker.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/DocumentMarker.h')
-rw-r--r--WebCore/dom/DocumentMarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/DocumentMarker.h b/WebCore/dom/DocumentMarker.h
index 8945eb0..55d2e33 100644
--- a/WebCore/dom/DocumentMarker.h
+++ b/WebCore/dom/DocumentMarker.h
@@ -24,9 +24,9 @@
#define DocumentMarker_h
#include "PlatformString.h"
+#include <wtf/Forward.h>
namespace WebCore {
- class String;
// A range of a node within a document that is "marked", such as the range of a misspelled word.
// It optionally includes a description that could be displayed in the user interface.