Changeset 150680 in webkit


Ignore:
Timestamp:
May 24, 2013 9:01:55 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Seokju Kwon <Seokju Kwon> on 2013-05-24
Reviewed by Christophe Dumez.

  • WebCoreSupport/InspectorClientEfl.h:
Location:
trunk/Source/WebKit/efl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/efl/ChangeLog

    r150663 r150680  
     12013-05-24  Seokju Kwon  <seokju.kwon@gmail.com>
     2
     3        [EFL] Remove obsolete Page forward declaration from InspectorClientEfl.h
     4        https://bugs.webkit.org/show_bug.cgi?id=116752
     5
     6        Reviewed by Christophe Dumez.
     7
     8        * WebCoreSupport/InspectorClientEfl.h:
     9
    1102013-05-24  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    211
  • trunk/Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.h

    r150041 r150680  
    4343namespace WebCore {
    4444class InspectorFrontendClientEfl;
    45 class Page;
    4645
    4746class InspectorClientEfl : public InspectorClient, public InspectorFrontendChannel {
Note: See TracChangeset for help on using the changeset viewer.