| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 3f76ede04069ffb058db2ce7d56801b2d4cf6ed3..c75af85905b11ef96cd2721abf456cf2209cc0b1 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -267,7 +267,7 @@ public:
|
| virtual void didChangeManifest(WebLocalFrame*) { }
|
|
|
| // The frame's brand color has changed.
|
| - virtual void didChangeBrandColor(WebLocalFrame*) { }
|
| + virtual void didChangeBrandColor() { }
|
|
|
|
|
| // Misc ----------------------------------------------------------------
|
|
|