| Index: third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp b/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| index 541e69e266fe72fb7b3f3ee7ca122ebf1f7218eb..7960787d6ee870f40491e237efe3e162f7f621b3 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| @@ -40,7 +40,7 @@ bool Apply(Operator op, WebInputEvent::Type type, const ArgIn& arg_in) {
|
| NOTREACHED() << "Unknown webkit event type " << type;
|
| return false;
|
| }
|
| -}
|
| +} // namespace
|
|
|
| void WebCoalescedInputEvent::WebInputEventDeleter::operator()(
|
| WebInputEvent* event) const {
|
|
|