diff options
Diffstat (limited to 'WebCore/plugins/DOMPlugin.h')
-rw-r--r-- | WebCore/plugins/DOMPlugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/plugins/DOMPlugin.h b/WebCore/plugins/DOMPlugin.h index f86234a..9700ab5 100644 --- a/WebCore/plugins/DOMPlugin.h +++ b/WebCore/plugins/DOMPlugin.h @@ -21,15 +21,14 @@ #define DOMPlugin_h #include "DOMMimeType.h" +#include <wtf/Forward.h> #include <wtf/RefPtr.h> #include <wtf/RefCounted.h> namespace WebCore { -class AtomicString; class Plugin; class PluginData; -class String; class DOMPlugin : public RefCounted<DOMPlugin> { public: |