tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / page / SpatialNavigation.cpp
index 3f133c1..16897d5 100755 (executable)
@@ -361,7 +361,7 @@ bool scrollInDirection(Frame* frame, FocusDirection direction)
             return false;
         }
 
-        frame->view()->scrollBy(LayoutSize(dx, dy));
+        frame->view()->scrollBy(IntSize(dx, dy));
         return true;
     }
     return false;