| Index: Source/bindings/core/v8/ScriptStreamer.h
|
| diff --git a/Source/bindings/core/v8/ScriptStreamer.h b/Source/bindings/core/v8/ScriptStreamer.h
|
| index 78fa1cbc7e2a387bc835345646d88e676ebe6160..5dea593eb1ebede3051c3bf762e39a2f50496cdd 100644
|
| --- a/Source/bindings/core/v8/ScriptStreamer.h
|
| +++ b/Source/bindings/core/v8/ScriptStreamer.h
|
| @@ -66,8 +66,8 @@ public:
|
| void addClient(ScriptResourceClient* client)
|
| {
|
| ASSERT(!m_client);
|
| - ASSERT(!isFinished());
|
| m_client = client;
|
| + notifyFinishedToClient();
|
| }
|
|
|
| void removeClient(ScriptResourceClient* client)
|
|
|