Changeset 52431 in webkit


Ignore:
Timestamp:
Dec 20, 2009 7:17:54 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-20 Nayan Kumar K <nayankk@gmail.com>

Reviewed by Darin Adler.

Fix for compilation errors in WML module, due to the changeset #52314.
https://bugs.webkit.org/show_bug.cgi?id=32786

No new tests, this is compilation error fix.

  • wml/WMLDocument.cpp:
  • wml/WMLPageState.cpp:
  • wml/WMLPageState.h:
Location:
trunk/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52427 r52431  
     12009-12-20  Nayan Kumar K  <nayankk@gmail.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Fix for compilation errors in WML module, due to the changeset #52314.
     6        https://bugs.webkit.org/show_bug.cgi?id=32786
     7
     8        No new tests, this is compilation error fix.
     9
     10        * wml/WMLDocument.cpp:
     11        * wml/WMLPageState.cpp:
     12        * wml/WMLPageState.h:
     13
    1142009-12-20  Dan Bernstein  <mitz@apple.com>
    215
  • trunk/WebCore/wml/WMLDocument.cpp

    r47048 r52431  
    2424#include "WMLDocument.h"
    2525
     26#include "BackForwardList.h"
    2627#include "Frame.h"
    2728#include "Page.h"
  • trunk/WebCore/wml/WMLPageState.cpp

    r47048 r52431  
    2525#include "WMLPageState.h"
    2626
     27#include "BackForwardList.h"
    2728#include "CString.h"
    2829#include "Document.h"
  • trunk/WebCore/wml/WMLPageState.h

    r47048 r52431  
    2626#if ENABLE(WML)
    2727#include "StringHash.h"
     28#include <wtf/HashMap.h>
    2829
    2930namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.