| Index: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
 | 
| index f9ff81940ac95ae6dbcc7f896785fd77e90bc4b6..1f4a04bd419348cfc3d0f636dc3c328e91ddde11 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
 | 
| @@ -42,7 +42,7 @@ public:
 | 
|          return treeScope.elementFromPoint(x, y);
 | 
|      }
 | 
|  
 | 
| -    static WillBeHeapVector<RawPtrWillBeMember<Element>> elementsFromPoint(TreeScope& treeScope, int x, int y)
 | 
| +    static HeapVector<Member<Element>> elementsFromPoint(TreeScope& treeScope, int x, int y)
 | 
|      {
 | 
|          return treeScope.elementsFromPoint(x, y);
 | 
|      }
 | 
| 
 |