Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index 04bc3edc2824b98f41080defddedaa24682e88dd..55bb1e2013f7891ef4a8d4d29f2b64a63da37e2a 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -75,7 +75,7 @@ class Page final : public NoBaseWillBeGarbageCollectedFinalized<Page>, public Wi |
WTF_MAKE_NONCOPYABLE(Page); |
friend class Settings; |
public: |
- static void scheduleForcedStyleRecalcForAllPages(); |
+ static void platformColorsChanged(); |
// It is up to the platform to ensure that non-null clients are provided where required. |
struct PageClients { |