diff options
Diffstat (limited to 'WebCore/page/Page.h')
-rw-r--r-- | WebCore/page/Page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/Page.h b/WebCore/page/Page.h index d9e9255..8f01faa 100644 --- a/WebCore/page/Page.h +++ b/WebCore/page/Page.h @@ -91,7 +91,7 @@ namespace WebCore { class Page : public Noncopyable { public: - static void setNeedsReapplyStyles(); + static void scheduleForcedStyleRecalcForAllPages(); // It is up to the platform to ensure that non-null clients are provided where required. struct PageClients { |