| Index: Source/core/dom/UserActionElementSet.h
|
| diff --git a/Source/core/dom/UserActionElementSet.h b/Source/core/dom/UserActionElementSet.h
|
| index f6b9013f61c2ffc08fb40de364ea03e5f9434c49..faa075a9c26b57c751b090627b4360c9ec6115d1 100644
|
| --- a/Source/core/dom/UserActionElementSet.h
|
| +++ b/Source/core/dom/UserActionElementSet.h
|
| @@ -52,7 +52,7 @@ public:
|
| UserActionElementSet();
|
| ~UserActionElementSet();
|
|
|
| - void didDetach(Node*);
|
| + void didDetach(Element&);
|
|
|
| #if !ENABLE(OILPAN)
|
| void documentDidRemoveLastRef();
|
|
|