| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index ac81dc11ba68ece0e8fda0cc03149a483e578e06..f4d80a8a23ffb7c2bfcf0d47501a8a3bd5c26f2d 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -105,7 +105,7 @@ enum MapCoordinatesMode {
|
| };
|
| typedef unsigned MapCoordinatesFlags;
|
|
|
| -const int caretWidth = 1;
|
| +const LayoutUnit& caretWidth();
|
|
|
| struct AnnotatedRegionValue {
|
| bool operator==(const AnnotatedRegionValue& o) const
|
|
|