Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp |
| diff --git a/third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp b/third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp |
| index ddd97727ac4d19d5b3dedb7fc9fca3ab5d95c73a..927fba1221d60aa9415e7aa30b4960598fa8649d 100644 |
| --- a/third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp |
| +++ b/third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp |
| @@ -159,4 +159,4 @@ void DOMWindowEventQueue::dispatchEvent(PassRefPtrWillBeRawPtr<Event> event) |
| eventTarget->dispatchEvent(event); |
| } |
| -} |
| +} // namespace blink |