| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 4b6f9af82925b087b63d4a96554de8df3ec39256..68f258c3bd5d1985333fbcc83859145d24e0d1d1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -247,10 +247,11 @@ enum WouldLoadReason {
|
| // if the inner frame is visible, so just load it.
|
| // TODO(dgrogan): Revisit after https://crbug.com/650433 is fixed.
|
| WouldLoadOutOfProcess,
|
| - // The next four indicate frames that are probably used for cross-origin
|
| + // The next five indicate frames that are probably used for cross-origin
|
| // communication.
|
| WouldLoadDisplayNone,
|
| WouldLoadZeroByZero,
|
| + WouldLoadAboveAndLeft,
|
| WouldLoadAbove,
|
| WouldLoadLeft,
|
| // We have to load documents in visible frames.
|
|
|