Index: Source/core/html/HTMLAreaElement.cpp |
diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
index 780e4128ae03ed79f1f96eb65d46d91a2a494baa..6f8a2bcb5cd1e3ab79167b0844800b73b75f19d7 100644 |
--- a/Source/core/html/HTMLAreaElement.cpp |
+++ b/Source/core/html/HTMLAreaElement.cpp |
@@ -142,7 +142,7 @@ Path HTMLAreaElement::getRegion(const LayoutSize& size) const |
} |
Path path; |
- RenderView* renderView = document()->renderView(); |
+ RenderView* renderView = document().renderView(); |
switch (shape) { |
case Poly: |
if (m_coords.size() >= 6) { |