| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 4dca6e6aec5cd81a4e00be82effb414604fd2312..affc480db134bf53f07112acae5c5c9681154b7c 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
|
|
|