| Index: Source/core/style/ComputedStyle.h | 
| diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h | 
| index 1052451e5b9dee3443301e3c790532afb4087a0d..7c48df0a79de48af78683f9830c4a54aeccc7120 100644 | 
| --- a/Source/core/style/ComputedStyle.h | 
| +++ b/Source/core/style/ComputedStyle.h | 
| @@ -514,10 +514,10 @@ public: | 
| int borderBottomWidth() const { return surround->border.borderBottomWidth(); } | 
| EBorderStyle borderBottomStyle() const { return surround->border.bottom().style(); } | 
|  | 
| -    unsigned short borderBeforeWidth() const; | 
| -    unsigned short borderAfterWidth() const; | 
| -    unsigned short borderStartWidth() const; | 
| -    unsigned short borderEndWidth() const; | 
| +    int borderBeforeWidth() const; | 
| +    int borderAfterWidth() const; | 
| +    int borderStartWidth() const; | 
| +    int borderEndWidth() const; | 
|  | 
| unsigned short outlineSize() const { return max(0, outlineWidth() + outlineOffset()); } | 
| unsigned short outlineWidth() const | 
|  |