diff options
Diffstat (limited to 'WebCore/dom/MouseRelatedEvent.cpp')
-rw-r--r-- | WebCore/dom/MouseRelatedEvent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/MouseRelatedEvent.cpp b/WebCore/dom/MouseRelatedEvent.cpp index 87815b1..15d4e43 100644 --- a/WebCore/dom/MouseRelatedEvent.cpp +++ b/WebCore/dom/MouseRelatedEvent.cpp @@ -151,7 +151,7 @@ void MouseRelatedEvent::receivedTarget() } // Adjust layerX/Y to be relative to the layer. - // FIXME: We're pretty sure this is the wrong defintion of "layer." + // FIXME: We're pretty sure this is the wrong definition of "layer." // Our RenderLayer is a more modern concept, and layerX/Y is some // other notion about groups of elements (left over from the Netscape 4 days?); // we should test and fix this. |