| Index: content/common/frame_replication_state.cc
|
| diff --git a/content/common/frame_replication_state.cc b/content/common/frame_replication_state.cc
|
| index 34f5fcc6691cd3191868ebb2e7379d4bd0e079fb..932c69eb513f699162c192db22f82d05acf0f12e 100644
|
| --- a/content/common/frame_replication_state.cc
|
| +++ b/content/common/frame_replication_state.cc
|
| @@ -6,7 +6,8 @@
|
|
|
| namespace content {
|
|
|
| -FrameReplicationState::FrameReplicationState() : origin() {
|
| +FrameReplicationState::FrameReplicationState()
|
| + : origin(), sandbox_flags(SandboxFlags::NONE) {
|
| }
|
|
|
| FrameReplicationState::~FrameReplicationState() {
|
|
|