| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| index 5fb96bfd5ba40492563b433ceb569b9f449f9002..6c49a69af868e2dbac76b2fb4d8f8335d82a268e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| @@ -136,6 +136,7 @@ public:
|
| : m_finished(false) { }
|
|
|
| void notifyFinished(Resource*) override { m_finished = true; }
|
| + String debugName() const override { return "TestScriptResourceClient"; }
|
|
|
| bool finished() const { return m_finished; }
|
|
|
|
|