Changeset 54030 in webkit


Ignore:
Timestamp:
Jan 28, 2010 5:15:07 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-28 Nayan Kumar K <nayankk@gmail.com>

Reviewed by Laszlo Gombos.

Fix for compilation error in WML enabled build introduced because of the changeset 53514.

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

  • wml/WMLDocument.cpp: (WebCore::WMLDocument::WMLDocument):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54029 r54030  
     12010-01-28  Nayan Kumar K  <nayankk@gmail.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        Fix for compilation error in WML enabled build introduced because of the changeset 53514.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=34254
     8
     9        * wml/WMLDocument.cpp:
     10        (WebCore::WMLDocument::WMLDocument):
     11
    1122010-01-28  Alex Milowski  <alex@milowski.com>
    213
  • trunk/WebCore/wml/WMLDocument.cpp

    r52431 r54030  
    3636
    3737WMLDocument::WMLDocument(Frame* frame)
    38     : Document(frame, false)
     38    : Document(frame, false, false)
    3939    , m_activeCard(0)
    4040{
Note: See TracChangeset for help on using the changeset viewer.