summaryrefslogtreecommitdiffstats
path: root/layout/base/nsPresShell.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/nsPresShell.h')
-rw-r--r--layout/base/nsPresShell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/base/nsPresShell.h b/layout/base/nsPresShell.h
index f20370d73..f276273fa 100644
--- a/layout/base/nsPresShell.h
+++ b/layout/base/nsPresShell.h
@@ -200,7 +200,7 @@ public:
virtual void NotifyCounterStylesAreDirty() override;
- virtual nsresult ReconstructFrames(void) override;
+ virtual void ReconstructFrames(void) override;
virtual void Freeze() override;
virtual void Thaw() override;
virtual void FireOrClearDelayedEvents(bool aFireEvents) override;