Index: Source/web/WebPagePopupImpl.h |
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h |
index 3d872cec0aa3aca3386c2fb959f97fdfc60f3307..ca4991104ee7f3d737bc1758a55b4445cfc8b87d 100644 |
--- a/Source/web/WebPagePopupImpl.h |
+++ b/Source/web/WebPagePopupImpl.h |
@@ -51,11 +51,11 @@ class WebLayerTreeView; |
class WebLayer; |
class WebViewImpl; |
-class WebPagePopupImpl FINAL : |
- public WebPagePopup, |
- public PageWidgetEventHandler, |
- public blink::PagePopup, |
- public RefCounted<WebPagePopupImpl> { |
+class WebPagePopupImpl FINAL |
+ : public WebPagePopup |
+ , public PageWidgetEventHandler |
+ , public blink::PagePopup |
+ , public RefCounted<WebPagePopupImpl> { |
WTF_MAKE_NONCOPYABLE(WebPagePopupImpl); |
WTF_MAKE_FAST_ALLOCATED; |