| Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.h b/third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| index 7a585755f2485ae5c6d1d0a48948716643926a74..12f1257f13edf72f1e3dde11fcf78c23669260e9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.h
|
| @@ -52,7 +52,7 @@ class CORE_EXPORT HTMLEmbedElement final : public HTMLPlugInElement {
|
|
|
| LayoutPart* existingLayoutPart() const override;
|
|
|
| - void updateWidgetInternal() override;
|
| + void updatePluginInternal() override;
|
|
|
| void parametersForPlugin(Vector<String>& paramNames,
|
| Vector<String>& paramValues);
|
|
|