2011-02-15 MORITA Hajime <morrita@google.com>
Unreviewed build fix.
* page/EditorClient.h: Changed GrammarDetail forward declaration from class to struct.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78534 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/page/EditorClient.h b/Source/WebCore/page/EditorClient.h
index 692bd5d..ce6adac 100644
--- a/Source/WebCore/page/EditorClient.h
+++ b/Source/WebCore/page/EditorClient.h
@@ -58,7 +58,6 @@
class ArchiveResource;
class CSSStyleDeclaration;
class DocumentFragment;
-class GrammarDetail;
class EditCommand;
class Editor;
class Element;
@@ -72,6 +71,8 @@
class VisibleSelection;
class VisiblePosition;
+struct GrammarDetail;
+
class EditorClient {
public:
virtual ~EditorClient() { }