| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index b881bd25fbf525244a4e82c4013854938c9725ef..76de332b1472dc46e0d5d03b38b6044a5ee3a614 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -196,8 +196,8 @@ public:
|
|
|
| IntRect boundsInViewportSpace();
|
|
|
| - PassRefPtrWillBeRawPtr<ClientRectList> getClientRects();
|
| - PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect();
|
| + ClientRectList* getClientRects();
|
| + ClientRect* getBoundingClientRect();
|
|
|
| const AtomicString& computedRole();
|
| String computedName();
|
|
|