| Index: Source/core/page/FrameView.h
|
| diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h
|
| index 853d4e757c428e1f3fecfaafcac15c5796d82420..81c9895520b5be611b611437bf866f2d96001c34 100644
|
| --- a/Source/core/page/FrameView.h
|
| +++ b/Source/core/page/FrameView.h
|
| @@ -396,7 +396,7 @@ private:
|
| virtual GraphicsLayer* layerForHorizontalScrollbar() const OVERRIDE;
|
| virtual GraphicsLayer* layerForVerticalScrollbar() const OVERRIDE;
|
| virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE;
|
| -#if ENABLE(RUBBER_BANDING)
|
| +#if USE(RUBBER_BANDING)
|
| virtual GraphicsLayer* layerForOverhangAreas() const OVERRIDE;
|
| #endif
|
|
|
|
|