| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 4d04b781ab55040c9b9ac19c029117eb277799c0..1f52c8e7e04eedc2752bd826cdf55a3be80f6790 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -173,7 +173,7 @@ public:
|
| void removeSlowRepaintObject();
|
| bool hasSlowRepaintObjects() const { return m_slowRepaintObjectCount; }
|
|
|
| - // Includes fixed- and sticky-position objects.
|
| + // Fixed-position objects.
|
| typedef HashSet<RenderObject*> ViewportConstrainedObjectSet;
|
| void addViewportConstrainedObject(RenderObject*);
|
| void removeViewportConstrainedObject(RenderObject*);
|
|
|