| Index: Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
|
| index b6dbd83c7e23446ba60408c856327903527c829c..a0b27754cd0d09b1e6003605b22f5f20121d20d8 100644
|
| --- a/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -42,7 +42,7 @@
|
| static const int kPixelsPerLineStep = 40;
|
| static const float kMinFractionToStepWhenPaging = 0.875f;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct SameSizeAsScrollableArea {
|
| virtual ~SameSizeAsScrollableArea();
|
| @@ -445,4 +445,4 @@ float ScrollableArea::pixelStep(ScrollbarOrientation) const
|
| return 1;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|