| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.h b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| index ec815e7f556732c842e474ea6efcb5ab72912c04..2fd276aefd03775f6ade306d474e726df01f6ab2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| @@ -64,7 +64,7 @@ private:
|
| void invalidateCachedRegion();
|
|
|
| OwnPtr<Path> m_region;
|
| - Vector<Length> m_coords;
|
| + Vector<double> m_coords;
|
| LayoutSize m_lastSize;
|
| Shape m_shape;
|
| };
|
|
|