Title: [151666] trunk/Source/WebKit/efl
Revision
151666
Author
commit-qu...@webkit.org
Date
2013-06-17 22:59:03 -0700 (Mon, 17 Jun 2013)

Log Message

[EFL] Remove unneeded WebCore namespace in FrameLoaderClientEfl
https://bugs.webkit.org/show_bug.cgi?id=117718

Patch by Seokju Kwon <seokju.k...@gmail.com> on 2013-06-17
Reviewed by Christophe Dumez.

* WebCoreSupport/FrameLoaderClientEfl.cpp: Remove 'using namespace WebCore'.

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (151665 => 151666)


--- trunk/Source/WebKit/efl/ChangeLog	2013-06-18 01:30:44 UTC (rev 151665)
+++ trunk/Source/WebKit/efl/ChangeLog	2013-06-18 05:59:03 UTC (rev 151666)
@@ -1,3 +1,12 @@
+2013-06-17  Seokju Kwon  <seokju.k...@gmail.com>
+
+        [EFL] Remove unneeded WebCore namespace in FrameLoaderClientEfl
+        https://bugs.webkit.org/show_bug.cgi?id=117718
+
+        Reviewed by Christophe Dumez.
+
+        * WebCoreSupport/FrameLoaderClientEfl.cpp: Remove 'using namespace WebCore'.
+
 2013-06-17  Ruth Fong  <ruth_f...@apple.com>
 
         REGRESSION: Important controls are missing from <video> element UI, when compared to QuickTime

Modified: trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp (151665 => 151666)


--- trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp	2013-06-18 01:30:44 UTC (rev 151665)
+++ trunk/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp	2013-06-18 05:59:03 UTC (rev 151666)
@@ -66,8 +66,6 @@
 #include <wtf/text/CString.h>
 #include <wtf/text/StringConcatenate.h>
 
-using namespace WebCore;
-
 namespace WebCore {
 
 FrameLoaderClientEfl::FrameLoaderClientEfl(Evas_Object* view)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to