| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index 92ed0f2590add51fe88e4b59ddd54df900f21da1..3e0a256a2220ddf37d3cfa1cbe5dd7daa5026f6f 100644
|
| --- a/Source/core/html/HTMLPlugInElement.h
|
| +++ b/Source/core/html/HTMLPlugInElement.h
|
| @@ -94,7 +94,7 @@ private:
|
| // Node functions:
|
| virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
|
| - virtual void handleLocalEvents(Event*) OVERRIDE FINAL;
|
| + virtual void defaultEventHandler(Event*) OVERRIDE FINAL;
|
| virtual void attach(const AttachContext& = AttachContext()) OVERRIDE FINAL;
|
| virtual void detach(const AttachContext& = AttachContext()) OVERRIDE FINAL;
|
| virtual void finishParsingChildren() OVERRIDE FINAL;
|
|
|