| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index 77ed43bfdf68fab5c7a64f7c273a3c2822b84595..224a779b6bfda21c49748b126a09e4c678cf3ac3 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -110,7 +110,6 @@ public:
|
| // Returns true if the frame is ready to receive the next commit, or false
|
| // otherwise.
|
| virtual bool prepareForCommit() = 0;
|
| - void prepareSwapFrom(Frame*);
|
| void finishSwapFrom(Frame*);
|
|
|
| bool canNavigate(const Frame&);
|
|
|