| Index: Source/core/html/PluginDocument.h
|
| diff --git a/Source/core/html/PluginDocument.h b/Source/core/html/PluginDocument.h
|
| index 49175dc8c97ba9d2debc2b5d246dbac165a01df3..98c6ef0938b5787a1fc01310dd59ab69ce5935fe 100644
|
| --- a/Source/core/html/PluginDocument.h
|
| +++ b/Source/core/html/PluginDocument.h
|
| @@ -54,7 +54,6 @@ private:
|
| PluginDocument(Frame*, const KURL&);
|
|
|
| virtual PassRefPtr<DocumentParser> createParser() OVERRIDE;
|
| - virtual bool isPluginDocument() const OVERRIDE { return true; }
|
|
|
| void setShouldLoadPluginManually(bool loadManually) { m_shouldLoadPluginManually = loadManually; }
|
|
|
|
|