| Index: Source/core/plugins/PluginView.h
|
| diff --git a/Source/core/plugins/PluginView.h b/Source/core/plugins/PluginView.h
|
| index 888c143e1b8808d2a29a0cf45d1fb67b2efbf6b8..372d99925005214ba6fd36e2b4fae780773e16be 100644
|
| --- a/Source/core/plugins/PluginView.h
|
| +++ b/Source/core/plugins/PluginView.h
|
| @@ -41,7 +41,7 @@ class ResourceResponse;
|
|
|
| class PluginView : public Widget {
|
| public:
|
| - virtual bool isPluginView() const override final { return true; }
|
| + bool isPluginView() const final { return true; }
|
|
|
| virtual WebLayer* platformLayer() const { return 0; }
|
| virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }
|
|
|