Index: Source/core/html/HTMLAppletElement.h |
diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h |
index 397aa54d4f5662991b314ba81bd682039639355c..296ab31c85b202f38c51c4a113df8a6c37eff78d 100644 |
--- a/Source/core/html/HTMLAppletElement.h |
+++ b/Source/core/html/HTMLAppletElement.h |
@@ -50,6 +50,7 @@ |
LayoutPart* existingLayoutPart() const override; |
void updateWidgetInternal() override; |
+ bool canEmbedJava() const; |
bool canEmbedURL(const KURL&) const; |
bool shouldRegisterAsNamedItem() const override { return true; } |