Index: Source/core/dom/UIEventWithKeyState.cpp |
diff --git a/Source/core/dom/UIEventWithKeyState.cpp b/Source/core/dom/UIEventWithKeyState.cpp |
index 176eaa71a9a2e20b83fc456c84e545551867c062..da510d93d4ef2a584d7b70604a8c04927dc64e64 100644 |
--- a/Source/core/dom/UIEventWithKeyState.cpp |
+++ b/Source/core/dom/UIEventWithKeyState.cpp |
@@ -22,7 +22,7 @@ |
#include "core/dom/UIEventWithKeyState.h" |
namespace WebCore { |
- |
+ |
UIEventWithKeyState* findEventWithKeyState(Event* event) |
{ |
for (Event* e = event; e; e = e->underlyingEvent()) |