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