| Index: Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptStreamerTest.cpp b/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| index de7758b45e6965c6e48633e057d9f3ebca4d7db8..62d9c84c0d8c7f4a56924a292cd3e64a61451c27 100644
|
| --- a/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| +++ b/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| @@ -131,7 +131,7 @@ public:
|
| TestScriptResourceClient()
|
| : m_finished(false) { }
|
|
|
| - virtual void notifyFinished(Resource*) override { m_finished = true; }
|
| + void notifyFinished(Resource*) override { m_finished = true; }
|
|
|
| bool finished() const { return m_finished; }
|
|
|
|
|