| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 178378)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -314,7 +314,7 @@
|
| IPC_STRUCT_MEMBER(GURL, opener_url)
|
|
|
| // The security origin of the frame initiating the open.
|
| - IPC_STRUCT_MEMBER(std::string, opener_security_origin)
|
| + IPC_STRUCT_MEMBER(GURL, opener_security_origin)
|
|
|
| // Whether the opener will be suppressed in the new window, in which case
|
| // scripting the new window is not allowed.
|
|
|