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 c290629b38e0a78c6c67ddab864acfa5a1bc0aa9..ec815e7f556732c842e474ea6efcb5ab72912c04 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h |
@@ -59,7 +59,7 @@ private: |
void updateFocusAppearance(SelectionBehaviorOnFocus) override; |
void setFocus(bool) override; |
- enum Shape { Default, Poly, Rect, Circle, Unknown }; |
+ enum Shape { Default, Poly, Rect, Circle }; |
Path getRegion(const LayoutSize&) const; |
void invalidateCachedRegion(); |