| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.h b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| index 9e70d616b53cc1039bcecf0192b8e45e0df6b754..c816f07d533d00e5a9eff77da3fa773450ecff31 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| @@ -55,6 +55,7 @@ class CORE_EXPORT HTMLObjectElement final : public HTMLPlugInElement,
|
|
|
| bool hasFallbackContent() const override;
|
| bool useFallbackContent() const override;
|
| + bool canRenderFallbackContent() const override { return true; }
|
| void renderFallbackContent() override;
|
|
|
| bool isFormControlElement() const override { return false; }
|
|
|