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 21464a10bca850b58caee5f29bc233e0e1afb45f..91a7b7c28642943c20f64cad8ce92ec31ef816a4 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1349,8 +1349,6 @@ private: |
bool m_hasFullscreenSupplement; // For early return in Fullscreen::fromIfExists() |
- // The last element in |m_topLayerElements| is topmost in the top layer |
- // stack and is thus the one that will be visually on top. |
HeapVector<Member<Element>> m_topLayerElements; |
int m_loadEventDelayCount; |