Index: third_party/WebKit/Source/core/frame/DOMWindow.h |
diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h |
index c1d2bb8c4a0a4a3e076c767f0820d96a5104cfbd..418422995a7dc0cf0ff295d87a1da2133ffc72ab 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h |
@@ -124,7 +124,6 @@ class CORE_EXPORT DOMWindow : public EventTargetWithInlineData, |
// operation has been performed, exposes (confusing) |
// implementation details to scripts. |
bool m_windowIsClosing; |
- |
}; |
} // namespace blink |