| Index: third_party/WebKit/public/web/WebPlugin.h
|
| diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
|
| index 34d39e174a79be3ed5f51f68f7c5a6fa96f8ea93..9e9d71dbc271534ffd13ba50adef7f8df765e489 100644
|
| --- a/third_party/WebKit/public/web/WebPlugin.h
|
| +++ b/third_party/WebKit/public/web/WebPlugin.h
|
| @@ -92,7 +92,6 @@ public:
|
| // if the container has been assigned a new plugin, then the container will
|
| // own the new plugin, not this old plugin.
|
| virtual WebPluginContainer* container() const { return nullptr; }
|
| - virtual void containerDidDetachFromParent() { }
|
|
|
| virtual v8::Local<v8::Object> v8ScriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }
|
|
|
|
|