| Index: third_party/WebKit/Source/core/dom/Fullscreen.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Fullscreen.h b/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| index bdf5be9b8f5c71060ce4f8690e39ea9c23a889b5..9c0b01b4704a04fe7f8818c0169638440a3590e2 100644
|
| --- a/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| +++ b/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| @@ -138,7 +138,7 @@ private:
|
| // be forwarded across processes. However, the latter assumption could
|
| // change if https://crbug.com/161068 is fixed so that cross-process
|
| // postMessage can carry user gestures. If that happens, this should be
|
| - // moved to be part of |m_fullScreenElementStack|.
|
| + // moved to be part of |m_fullscreenElementStack|.
|
| bool m_forCrossProcessDescendant;
|
| };
|
|
|
|
|