| Index: src/debug-agent.h
|
| diff --git a/src/debug-agent.h b/src/debug-agent.h
|
| index 4958244fc0d21bc246611e7fb498e29726ea4e6d..44fac559f6db8e073c73e84e4ccdbcea9264af34 100644
|
| --- a/src/debug-agent.h
|
| +++ b/src/debug-agent.h
|
| @@ -108,8 +108,8 @@ class DebuggerAgentSession: public Thread {
|
| // Utility methods factored out to be used by the D8 shell as well.
|
| class DebuggerAgentUtil {
|
| public:
|
| - static const char* kContentLength;
|
| - static int kContentLengthSize;
|
| + static const char* const kContentLength;
|
| + static const int kContentLengthSize;
|
|
|
| static SmartPointer<char> ReceiveMessage(const Socket* conn);
|
| static bool SendConnectMessage(const Socket* conn,
|
|
|