Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 33d1ff2e94b0b4029ecea009387abe865deb8b4f..5f8bb6669eda72f9a2cc146010eefa377f9b7a55 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -245,7 +245,6 @@ public: |
virtual bool isAttributeNode() const { return false; } |
virtual bool isCharacterDataNode() const { return false; } |
virtual bool isFrameOwnerElement() const { return false; } |
- virtual bool isPluginElement() const { return false; } |
// StyledElements allow inline style (style="border: 1px"), presentational attributes (ex. color), |
// class names (ex. class="foo bar") and other non-basic styling features. They and also control |