| Index: Source/core/page/Chrome.h
|
| diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
|
| index 1be5fd56ced2ad041f86a4cd5c02a303747e97b2..2be6a328ce9e1fea21a9d798d63df1aabd1d55a9 100644
|
| --- a/Source/core/page/Chrome.h
|
| +++ b/Source/core/page/Chrome.h
|
| @@ -83,7 +83,7 @@ public:
|
| bool canTakeFocus(WebFocusType) const;
|
| void takeFocus(WebFocusType) const;
|
|
|
| - void focusedNodeChanged(Node*) const;
|
| + void focusedNodeChanged(Node*, Node*) const;
|
|
|
| void show(NavigationPolicy = NavigationPolicyIgnore) const;
|
|
|
|
|