| Index: Source/core/dom/Element.h | 
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h | 
| index f298a23c6f26069154a7448f773f8f77a03ff3f6..bca03ff4a710af10f373ceb508518b8aeca6b0bc 100644 | 
| --- a/Source/core/dom/Element.h | 
| +++ b/Source/core/dom/Element.h | 
| @@ -34,6 +34,7 @@ | 
| #include "core/dom/SpaceSplitString.h" | 
| #include "core/html/CollectionType.h" | 
| #include "core/page/FocusType.h" | 
| +#include "platform/heap/Handle.h" | 
| #include "platform/scroll/ScrollTypes.h" | 
|  | 
| namespace WebCore { | 
| @@ -206,8 +207,8 @@ public: | 
|  | 
| IntRect boundsInRootViewSpace(); | 
|  | 
| -    PassRefPtr<ClientRectList> getClientRects(); | 
| -    PassRefPtr<ClientRect> getBoundingClientRect(); | 
| +    PassRefPtrWillBeRawPtr<ClientRectList> getClientRects(); | 
| +    PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect(); | 
|  | 
| // Returns the absolute bounding box translated into screen coordinates: | 
| IntRect screenRect() const; | 
|  |