diff options
Diffstat (limited to 'layout/base/nsIPresShell.h')
-rw-r--r-- | layout/base/nsIPresShell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/base/nsIPresShell.h b/layout/base/nsIPresShell.h index 865f5534c..f89639b3e 100644 --- a/layout/base/nsIPresShell.h +++ b/layout/base/nsIPresShell.h @@ -977,7 +977,7 @@ public: /** * Reconstruct frames for all elements in the document */ - virtual nsresult ReconstructFrames() = 0; + virtual void ReconstructFrames() = 0; /** * Notify that a content node's state has changed |