Index: Source/core/accessibility/AccessibilityImageMapLink.cpp |
diff --git a/Source/core/accessibility/AccessibilityImageMapLink.cpp b/Source/core/accessibility/AccessibilityImageMapLink.cpp |
index 7408a15fa365ad865d9ffb609bc5db7e25dd8a7f..cdbe862d05f76b402f6f86725b025380f275dab5 100644 |
--- a/Source/core/accessibility/AccessibilityImageMapLink.cpp |
+++ b/Source/core/accessibility/AccessibilityImageMapLink.cpp |
@@ -131,7 +131,7 @@ String AccessibilityImageMapLink::title() const |
return String(); |
} |
-LayoutRect AccessibilityImageMapLink::elementRect() const |
+LayoutRect AccessibilityImageMapLink::elementRect() |
{ |
if (!m_mapElement.get() || !m_areaElement.get()) |
return LayoutRect(); |