diff options
Diffstat (limited to 'WebCore/loader/PluginDocument.h')
-rw-r--r-- | WebCore/loader/PluginDocument.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/loader/PluginDocument.h b/WebCore/loader/PluginDocument.h index 7b4b36b..7ff028a 100644 --- a/WebCore/loader/PluginDocument.h +++ b/WebCore/loader/PluginDocument.h @@ -41,10 +41,11 @@ public: Widget* pluginWidget(); Node* pluginNode(); + virtual bool isPluginDocument() const { return true; } + private: PluginDocument(Frame*); - virtual bool isPluginDocument() const { return true; } virtual Tokenizer* createTokenizer(); }; |