| Index: Source/core/html/HTMLAreaElement.h
|
| diff --git a/Source/core/html/HTMLAreaElement.h b/Source/core/html/HTMLAreaElement.h
|
| index 37707708c618e9572bfa5013d81685821c93b8ac..dce9aa70dc9bc7306377729a7993efa8fe520d67 100644
|
| --- a/Source/core/html/HTMLAreaElement.h
|
| +++ b/Source/core/html/HTMLAreaElement.h
|
| @@ -41,8 +41,8 @@ public:
|
|
|
| bool mapMouseEvent(LayoutPoint location, const LayoutSize&, HitTestResult&);
|
|
|
| - LayoutRect computeRect(RenderObject*) const;
|
| - Path computePath(RenderObject*) const;
|
| + LayoutRect computeRect(LayoutObject*) const;
|
| + Path computePath(LayoutObject*) const;
|
|
|
| // The parent map's image.
|
| HTMLImageElement* imageElement() const;
|
|
|