| Index: LayoutTests/fast/events/panScroll-panIcon.html
|
| diff --git a/LayoutTests/fast/events/panScroll-panIcon.html b/LayoutTests/fast/events/panScroll-panIcon.html
|
| index 410fcf54faef7fd8b94bf61307749831a29f5de1..f7eb6584a06107e437332b32bae334022a9ffb0e 100644
|
| --- a/LayoutTests/fast/events/panScroll-panIcon.html
|
| +++ b/LayoutTests/fast/events/panScroll-panIcon.html
|
| @@ -19,7 +19,7 @@
|
| <script>
|
| function $(id) { return document.getElementById(id); }
|
| var MIDDLE_BUTTON = 1;
|
| -var PAN_SCROLL_RADIUS = 15; // from WebCore/platform/ScrollView.h
|
| +var PAN_SCROLL_RADIUS = 15; // from FrameView::noPanScrollRadius
|
|
|
| function setUpTest()
|
| {
|
|
|