Title: [230443] trunk/Source/WebKit
Revision
230443
Author
mcatanz...@igalia.com
Date
2018-04-09 10:09:44 -0700 (Mon, 09 Apr 2018)

Log Message

Unreviewed, move 'using namespace' back to the right place after r230429

* Shared/glib/ProcessExecutablePathGLib.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (230442 => 230443)


--- trunk/Source/WebKit/ChangeLog	2018-04-09 16:53:15 UTC (rev 230442)
+++ trunk/Source/WebKit/ChangeLog	2018-04-09 17:09:44 UTC (rev 230443)
@@ -1,5 +1,11 @@
 2018-04-09  Michael Catanzaro  <mcatanz...@igalia.com>
 
+        Unreviewed, move 'using namespace' back to the right place after r230429
+
+        * Shared/glib/ProcessExecutablePathGLib.cpp:
+
+2018-04-09  Michael Catanzaro  <mcatanz...@igalia.com>
+
         Unreviewed, rolling out r230390.
 
         Broke accelerated compositing

Modified: trunk/Source/WebKit/Shared/glib/ProcessExecutablePathGLib.cpp (230442 => 230443)


--- trunk/Source/WebKit/Shared/glib/ProcessExecutablePathGLib.cpp	2018-04-09 16:53:15 UTC (rev 230442)
+++ trunk/Source/WebKit/Shared/glib/ProcessExecutablePathGLib.cpp	2018-04-09 17:09:44 UTC (rev 230443)
@@ -31,10 +31,9 @@
 #include <glib.h>
 #include <wtf/glib/GLibUtilities.h>
 
+namespace WebKit {
 using namespace WebCore;
 
-namespace WebKit {
-
 #if ENABLE(DEVELOPER_MODE)
 static String getExecutablePath()
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to