| Index: Source/bindings/core/v8/PageScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/PageScriptDebugServer.h b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| index a2a47292fed57c1745a44c679a0413435602f5d1..21dc3914c4a98f42d0c5423f54cd60f719ace7a9 100644
|
| --- a/Source/bindings/core/v8/PageScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| @@ -58,7 +58,7 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| static void setContextDebugData(v8::Local<v8::Context>, const String& type, int contextDebugId);
|
| - void addListener(ScriptDebugListener*, LocalFrame*, int contextDebugId);
|
| + bool addListener(ScriptDebugListener*, LocalFrame*, int contextDebugId);
|
| void removeListener(ScriptDebugListener*, LocalFrame*);
|
|
|
| static PageScriptDebugServer* instance();
|
|
|