| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4285e17a394c8c50a548ba32f5f79e6bb90bfb5f..e47289f30217c9ca54baedbf2248d868d496abe2 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -332,6 +332,12 @@ IPC_STRUCT_BEGIN(FrameMsg_PostMessage_Params)
|
| IPC_STRUCT_MEMBER(std::vector<content::MessagePort>, message_ports)
|
| IPC_STRUCT_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(content::SourceLocation)
|
| + IPC_STRUCT_TRAITS_MEMBER(url)
|
| + IPC_STRUCT_TRAITS_MEMBER(line_number)
|
| + IPC_STRUCT_TRAITS_MEMBER(column_number)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(content::CommonNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(referrer)
|
| @@ -347,6 +353,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::CommonNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(navigation_start)
|
| IPC_STRUCT_TRAITS_MEMBER(method)
|
| IPC_STRUCT_TRAITS_MEMBER(post_data)
|
| + IPC_STRUCT_TRAITS_MEMBER(source_location)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams)
|
|
|