| Index: Source/core/dom/TouchList.h
|
| diff --git a/Source/core/dom/TouchList.h b/Source/core/dom/TouchList.h
|
| index 4a73c0b37500017bb2bab348d98940b9738d859c..d03fba24b5f511b020f9e39b8a3d1ff2d1f884c5 100644
|
| --- a/Source/core/dom/TouchList.h
|
| +++ b/Source/core/dom/TouchList.h
|
| @@ -41,7 +41,7 @@ public:
|
| return adoptRefWillBeNoop(new TouchList);
|
| }
|
|
|
| - static PassRefPtrWillBeRawPtr<TouchList> create(WillBeHeapVector<RefPtrWillBeMember<Touch> >& touches)
|
| + static PassRefPtrWillBeRawPtr<TouchList> adopt(WillBeHeapVector<RefPtrWillBeMember<Touch> >& touches)
|
| {
|
| return adoptRefWillBeNoop(new TouchList(touches));
|
| }
|
|
|