| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| index 0cb3951a418cd73bfb1a2445e9246c7068e416f5..7a47d39d471d51d603bb7c7ce771bb147a3c14fd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| @@ -41,7 +41,7 @@ namespace {
|
| float ClampCoordinate(double value) {
|
| return LayoutUnit(value).ToFloat();
|
| }
|
| -}
|
| +} // namespace
|
|
|
| using namespace HTMLNames;
|
|
|
|
|