| Index: Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h
|
| index 6ad258085c68ecff01b820ce844088471a5a8031..de97519272213d4f7777ced80e51c80989b69cd8 100644
|
| --- a/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/Source/core/html/HTMLOptGroupElement.h
|
| @@ -52,7 +52,7 @@ private:
|
| virtual void attach();
|
| virtual void detach();
|
|
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
| + virtual void childrenChanged(bool changedByParser = false, const Handle<Node>& beforeChange = nullptr, const Handle<Node>& afterChange = nullptr, int childCountDelta = 0);
|
|
|
| virtual void accessKeyAction(bool sendMouseEvents);
|
|
|
|
|