| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2a190353b5d914beac3d34a4d363dffa498201d3..be47fff086f258c4a1cbcc109b0b4d077383276c 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1288,7 +1288,7 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowPopup,
|
|
|
| // Response from ViewMsg_ScriptEvalRequest. The ID is the parameter supplied
|
| // to ViewMsg_ScriptEvalRequest. The result has the value returned by the
|
| -// script as it's only element, one of Null, Boolean, Integer, Real, Date, or
|
| +// script as its only element, one of Null, Boolean, Integer, Real, Date, or
|
| // String.
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_ScriptEvalResponse,
|
| int /* id */,
|
|
|