Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 36832f96615494eeadcb30cafbace0b51670a394..10e3c00b4721eaac12e038bf8e2a8ae5495d7c6a 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -64,6 +64,8 @@ public: |
virtual bool canContainRangeEndPoint() const { return useFallbackContent(); } |
+ bool isExposed() const; |
+ |
private: |
HTMLObjectElement(Document&, HTMLFormElement*, bool createdByParser); |