diff options
Diffstat (limited to 'Source/WebCore/html/HTMLMapElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLMapElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLMapElement.h b/Source/WebCore/html/HTMLMapElement.h index 300676695..925895cab 100644 --- a/Source/WebCore/html/HTMLMapElement.h +++ b/Source/WebCore/html/HTMLMapElement.h @@ -41,7 +41,7 @@ public: bool mapMouseEvent(LayoutPoint location, const LayoutSize&, HitTestResult&); HTMLImageElement* imageElement(); - PassRefPtr<HTMLCollection> areas(); + HTMLCollection* areas(); private: HTMLMapElement(const QualifiedName&, Document*); |