| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 774d9cb024221bc947d210933193a33648d352d4..92988198b7c3adee17e8bd2ffb7ac6e46db4938f 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -330,6 +330,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)
|
| @@ -345,6 +351,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)
|
|
|