Changeset 64932 in webkit


Ignore:
Timestamp:
Aug 7, 2010 8:13:32 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-08-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>

Reviewed by Eric Seidel.

[WML] Include FormDataBuilder.h in WMLGoElement.h
https://bugs.webkit.org/show_bug.cgi?id=43177

To fix build breaks in WMLGoElement.cpp, FormDataBuilder.h needs to be included.

  • wml/WMLGoElement.cpp: Include FormDataBuilder.h
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r64931 r64932  
     12010-08-07  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [WML] Include FormDataBuilder.h in WMLGoElement.h
     6        https://bugs.webkit.org/show_bug.cgi?id=43177
     7
     8        To fix build breaks in WMLGoElement.cpp, FormDataBuilder.h needs to be included.
     9
     10        * wml/WMLGoElement.cpp: Include FormDataBuilder.h
     11
    1122010-08-07  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    213
  • trunk/WebCore/wml/WMLGoElement.cpp

    r63999 r64932  
    2626#include "Attribute.h"
    2727#include "FormData.h"
     28#include "FormDataBuilder.h"
    2829#include "FormSubmission.h"
    2930#include "Frame.h"
Note: See TracChangeset for help on using the changeset viewer.