| Index: third_party/WebKit/Source/core/events/Event.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/Event.cpp b/third_party/WebKit/Source/core/events/Event.cpp
|
| index 8fd928df5ad6e8f2ca913e81170c2f11b6a55d16..d5ab1972cf978c8127a109d8b212c920e371e3ca 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.cpp
|
| +++ b/third_party/WebKit/Source/core/events/Event.cpp
|
| @@ -254,6 +254,10 @@ void Event::setTarget(EventTarget* target)
|
| receivedTarget();
|
| }
|
|
|
| +void Event::doneDispatchedEventAtCurrentTarget()
|
| +{
|
| +}
|
| +
|
| void Event::receivedTarget()
|
| {
|
| }
|
|
|