Title: [211172] trunk/Source/WebKit2
- Revision
- 211172
- Author
- [email protected]
- Date
- 2017-01-25 15:20:45 -0800 (Wed, 25 Jan 2017)
Log Message
Use #pragma once in a few places
https://bugs.webkit.org/show_bug.cgi?id=167435
Reviewed by Alex Christensen.
* UIProcess/PageClient.h:
* UIProcess/ios/PageClientImplIOS.h:
* WebProcess/WebCoreSupport/ios/WebQuickLookHandleClient.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (211171 => 211172)
--- trunk/Source/WebKit2/ChangeLog 2017-01-25 23:14:38 UTC (rev 211171)
+++ trunk/Source/WebKit2/ChangeLog 2017-01-25 23:20:45 UTC (rev 211172)
@@ -1,5 +1,16 @@
2017-01-25 Andy Estes <[email protected]>
+ Use #pragma once in a few places
+ https://bugs.webkit.org/show_bug.cgi?id=167435
+
+ Reviewed by Alex Christensen.
+
+ * UIProcess/PageClient.h:
+ * UIProcess/ios/PageClientImplIOS.h:
+ * WebProcess/WebCoreSupport/ios/WebQuickLookHandleClient.h:
+
+2017-01-25 Andy Estes <[email protected]>
+
[QuickLook] Display a WKPasswordView when a document is password-protected
https://bugs.webkit.org/show_bug.cgi?id=167407
<rdar://problem/28544527>
Modified: trunk/Source/WebKit2/UIProcess/PageClient.h (211171 => 211172)
--- trunk/Source/WebKit2/UIProcess/PageClient.h 2017-01-25 23:14:38 UTC (rev 211171)
+++ trunk/Source/WebKit2/UIProcess/PageClient.h 2017-01-25 23:20:45 UTC (rev 211172)
@@ -23,8 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef PageClient_h
-#define PageClient_h
+#pragma once
#include "ShareableBitmap.h"
#include "WebColorPicker.h"
@@ -384,5 +383,3 @@
};
} // namespace WebKit
-
-#endif // PageClient_h
Modified: trunk/Source/WebKit2/UIProcess/ios/PageClientImplIOS.h (211171 => 211172)
--- trunk/Source/WebKit2/UIProcess/ios/PageClientImplIOS.h 2017-01-25 23:14:38 UTC (rev 211171)
+++ trunk/Source/WebKit2/UIProcess/ios/PageClientImplIOS.h 2017-01-25 23:20:45 UTC (rev 211172)
@@ -23,8 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef PageClientImplIOS_h
-#define PageClientImplIOS_h
+#pragma once
#if PLATFORM(IOS)
@@ -207,5 +206,3 @@
} // namespace WebKit
#endif // PLATFORM(IOS)
-
-#endif // PageClientImplIOS_h
Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/ios/WebQuickLookHandleClient.h (211171 => 211172)
--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/ios/WebQuickLookHandleClient.h 2017-01-25 23:14:38 UTC (rev 211171)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/ios/WebQuickLookHandleClient.h 2017-01-25 23:20:45 UTC (rev 211172)
@@ -23,8 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebQuickLookHandleClient_h
-#define WebQuickLookHandleClient_h
+#pragma once
#if USE(QUICK_LOOK)
@@ -67,5 +66,3 @@
} // namespace WebKit
#endif // USE(QUICK_LOOK)
-
-#endif // WebQuickLookHandleClient_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes