Changeset 49144 in webkit


Ignore:
Timestamp:
Oct 5, 2009 9:12:41 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-10-05 James Robinson <jamesr@google.com>

Reviewed by Darin Adler.

Fix forward declaration (struct vs class mismatch)

https://bugs.webkit.org/show_bug.cgi?id=30094

  • loader/RedirectScheduler.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r49142 r49144  
     12009-10-05  James Robinson  <jamesr@google.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Fix forward declaration (struct vs class mismatch)
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=30094
     8
     9        * loader/RedirectScheduler.h:
     10
    1112009-10-05  Julie Parent  <jparent@chromium.org>
    212
  • trunk/WebCore/loader/RedirectScheduler.h

    r49013 r49144  
    4242    class FormState;
    4343    class Frame;
    44     class FrameLoadRequest;
    4544    class String;
    4645
     46    struct FrameLoadRequest;
    4747    struct ScheduledRedirection;
    4848
Note: See TracChangeset for help on using the changeset viewer.