Index: Source/WebCore/dom/Node.h |
=================================================================== |
--- Source/WebCore/dom/Node.h (revision 87760) |
+++ Source/WebCore/dom/Node.h (working copy) |
@@ -206,6 +206,7 @@ |
#endif |
virtual bool isMediaControlElement() const { return false; } |
+ virtual bool isMediaControls() const { return false; } |
bool isStyledElement() const { return getFlag(IsStyledElementFlag); } |
virtual bool isFrameOwnerElement() const { return false; } |
virtual bool isAttributeNode() const { return false; } |