Commit 8dba9158 authored by esprehn@chromium.org's avatar esprehn@chromium.org

Remove DocumentLifecycle::Scope's setFinalState, nothing uses it.

Review URL: https://codereview.chromium.org/1290893005

git-svn-id: svn://svn.chromium.org/blink/trunk@200769 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3c2a7b80
...@@ -84,8 +84,6 @@ public: ...@@ -84,8 +84,6 @@ public:
Scope(DocumentLifecycle&, State finalState); Scope(DocumentLifecycle&, State finalState);
~Scope(); ~Scope();
void setFinalState(State finalState) { m_finalState = finalState; }
private: private:
DocumentLifecycle& m_lifecycle; DocumentLifecycle& m_lifecycle;
State m_finalState; State m_finalState;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment