Title: [235826] trunk/Source/WebKit
Revision
235826
Author
[email protected]
Date
2018-09-07 19:17:49 -0700 (Fri, 07 Sep 2018)

Log Message

Try to fix the build

* Shared/mac/SandboxExtensionMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235825 => 235826)


--- trunk/Source/WebKit/ChangeLog	2018-09-08 00:41:14 UTC (rev 235825)
+++ trunk/Source/WebKit/ChangeLog	2018-09-08 02:17:49 UTC (rev 235826)
@@ -1,5 +1,11 @@
 2018-09-07  Tim Horton  <[email protected]>
 
+        Try to fix the build
+
+        * Shared/mac/SandboxExtensionMac.mm:
+
+2018-09-07  Tim Horton  <[email protected]>
+
         Unify most of the WebKit C API sources
         https://bugs.webkit.org/show_bug.cgi?id=189400
 

Modified: trunk/Source/WebKit/Shared/mac/SandboxExtensionMac.mm (235825 => 235826)


--- trunk/Source/WebKit/Shared/mac/SandboxExtensionMac.mm	2018-09-08 00:41:14 UTC (rev 235825)
+++ trunk/Source/WebKit/Shared/mac/SandboxExtensionMac.mm	2018-09-08 02:17:49 UTC (rev 235826)
@@ -36,10 +36,9 @@
 #import <wtf/spi/darwin/SandboxSPI.h>
 #import <wtf/text/CString.h>
 
+namespace WebKit {
 using namespace WebCore;
 
-namespace WebKit {
-
 class SandboxExtensionImpl {
 public:
     static std::unique_ptr<SandboxExtensionImpl> create(const char* path, SandboxExtension::Type type)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to