diff options
Diffstat (limited to 'Source/WebCore/dom/UIEvent.cpp')
-rw-r--r-- | Source/WebCore/dom/UIEvent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/dom/UIEvent.cpp b/Source/WebCore/dom/UIEvent.cpp index 401015b..dfdd34d 100644 --- a/Source/WebCore/dom/UIEvent.cpp +++ b/Source/WebCore/dom/UIEvent.cpp @@ -69,12 +69,12 @@ int UIEvent::charCode() const return 0; } -int UIEvent::layerX() const +int UIEvent::layerX() { return 0; } -int UIEvent::layerY() const +int UIEvent::layerY() { return 0; } |