| 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 9afd66b0c98217fecc93fc3b3bce89bfa0a2e66a..46118928a90d0b70d8c4d972b3ea59519998de85 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| @@ -42,7 +42,7 @@ public:
|
| HTMLAreaElement* areaForPoint(LayoutPoint, const LayoutSize& containerSize);
|
|
|
| HTMLImageElement* imageElement();
|
| - PassRefPtrWillBeRawPtr<HTMLCollection> areas();
|
| + RawPtr<HTMLCollection> areas();
|
|
|
| private:
|
| explicit HTMLMapElement(Document&);
|
|
|