<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Source/WebCore/page/SecurityOriginData.cpp.orig	2018-06-13 14:43:40.000000000 +0800
+++ Source/WebCore/page/SecurityOriginData.cpp	2018-06-13 14:37:12.000000000 +0800
@@ -33,8 +33,6 @@
 #include &lt;wtf/text/CString.h&gt;
 #include &lt;wtf/text/StringBuilder.h&gt;
 
-using namespace WebCore;
-
 namespace WebCore {
 
 SecurityOriginData SecurityOriginData::fromSecurityOrigin(const SecurityOrigin&amp; securityOrigin)
--- Source/WebCore/page/TextIndicator.cpp.orig	2018-06-13 21:38:47.000000000 +0800
+++ Source/WebCore/page/TextIndicator.cpp	2018-06-13 21:39:03.000000000 +0800
@@ -50,8 +50,6 @@
 #include "SelectionRect.h"
 #endif
 
-using namespace WebCore;
-
 namespace WebCore {
 
 static bool initializeIndicator(TextIndicatorData&amp;, Frame&amp;, const Range&amp;, FloatSize margin, bool indicatesCurrentSelection);
--- Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectEventListener.cpp.orig	2018-06-13 23:03:53.000000000 +0800
+++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectEventListener.cpp	2018-06-13 23:17:03.000000000 +0800
@@ -25,7 +25,9 @@
 #include &lt;WebCore/Event.h&gt;
 #include &lt;wtf/HashMap.h&gt;
 
-using namespace WebCore;
+using WebCore::Event;
+using WebCore::EventTarget;
+using WebCore::ScriptExecutionContext;
 
 namespace WebKit {
 
--- Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectNodeFilterCondition.cpp.orig	2018-06-13 23:18:03.000000000 +0800
+++ Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/GObjectNodeFilterCondition.cpp	2018-06-13 23:29:20.000000000 +0800
@@ -22,7 +22,7 @@
 #include "WebKitDOMNodePrivate.h"
 #include &lt;WebCore/NodeFilter.h&gt;
 
-using namespace WebCore;
+using WebCore::Node;
 
 namespace WebKit {
 
--- Source/WebCore/html/HTMLKeygenElement.cpp.orig	2018-06-26 08:48:28.000000000 -0700
+++ Source/WebCore/html/HTMLKeygenElement.cpp	2018-06-26 08:48:39.000000000 -0700
@@ -39,7 +39,7 @@
 #include &lt;wtf/NeverDestroyed.h&gt;
 #include &lt;wtf/StdLibExtras.h&gt;
 
-using namespace WebCore;
+//using namespace WebCore;
 
 namespace WebCore {
 
</pre></body></html>