| Index: Source/core/html/shadow/PluginPlaceholderElement.h
|
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.h b/Source/core/html/shadow/PluginPlaceholderElement.h
|
| index 8580881b9cb4bf886a97eb2720a1929a37cbf996..cc426d94602008732590572e25b5a6f0596dc048 100644
|
| --- a/Source/core/html/shadow/PluginPlaceholderElement.h
|
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.h
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| -class PluginPlaceholderElement FINAL : public HTMLDivElement {
|
| +class PluginPlaceholderElement final : public HTMLDivElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<PluginPlaceholderElement> create(Document&);
|
|
|