Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 7d7a7f58cf68cf7f8a3a08308e9414479b9ba376..f94b31991cc3afebf3bff20ad330f3c6bfbd3ce3 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -532,6 +532,10 @@ public: |
virtual bool isMediaElement() const { return false; } |
#endif |
+#if ENABLE(PICTURE) |
+ virtual bool isPictureElement() const { return false; } |
+#endif |
+ |
#if ENABLE(INPUT_SPEECH) |
virtual bool isInputFieldSpeechButtonElement() const { return false; } |
#endif |