Title: [150680] trunk/Source/WebKit/efl
Revision
150680
Author
commit-qu...@webkit.org
Date
2013-05-24 21:01:55 -0700 (Fri, 24 May 2013)

Log Message

[EFL] Remove obsolete Page forward declaration from InspectorClientEfl.h
https://bugs.webkit.org/show_bug.cgi?id=116752

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

* WebCoreSupport/InspectorClientEfl.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (150679 => 150680)


--- trunk/Source/WebKit/efl/ChangeLog	2013-05-25 02:19:12 UTC (rev 150679)
+++ trunk/Source/WebKit/efl/ChangeLog	2013-05-25 04:01:55 UTC (rev 150680)
@@ -1,3 +1,12 @@
+2013-05-24  Seokju Kwon  <seokju.k...@gmail.com>
+
+        [EFL] Remove obsolete Page forward declaration from InspectorClientEfl.h
+        https://bugs.webkit.org/show_bug.cgi?id=116752
+
+        Reviewed by Christophe Dumez.
+
+        * WebCoreSupport/InspectorClientEfl.h:
+
 2013-05-24  Christophe Dumez  <ch.du...@sisa.samsung.com>
 
         Remove custom code for webkitAudioContext global constructor getter

Modified: trunk/Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.h (150679 => 150680)


--- trunk/Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.h	2013-05-25 02:19:12 UTC (rev 150679)
+++ trunk/Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.h	2013-05-25 04:01:55 UTC (rev 150680)
@@ -42,7 +42,6 @@
 
 namespace WebCore {
 class InspectorFrontendClientEfl;
-class Page;
 
 class InspectorClientEfl : public InspectorClient, public InspectorFrontendChannel {
 public:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to