| 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 7c9087fb43e40980651255829d6861963796fd20..379e1f3e25ed2914b9c5be0401ad7f7d3d89f411 100644
|
| --- a/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| +++ b/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| @@ -88,7 +88,7 @@ class CORE_EXPORT Fullscreen final
|
| // |currentFullScreenElement()|, see https://crbug.com/402421.
|
| Element* fullscreenElement() const {
|
| return !m_fullscreenElementStack.isEmpty()
|
| - ? m_fullscreenElementStack.last().first.get()
|
| + ? m_fullscreenElementStack.back().first.get()
|
| : nullptr;
|
| }
|
|
|
|
|