Index: third_party/WebKit/Source/core/html/HTMLMapElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLMapElement.h b/third_party/WebKit/Source/core/html/HTMLMapElement.h |
index 2a8544f20005f12079e4a168e80cee80eaf699f5..4d99c7d3e65f82fbbeb0a59c3071828d838f44bd 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMapElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h |
@@ -39,7 +39,7 @@ public: |
const AtomicString& getName() const { return m_name; } |
- HTMLAreaElement* areaForPoint(LayoutPoint, const LayoutSize& containerSize); |
+ HTMLAreaElement* areaForPoint(LayoutPoint); |
HTMLImageElement* imageElement(); |
HTMLCollection* areas(); |