Changeset 69071 in webkit


Ignore:
Timestamp:
Oct 4, 2010 9:58:54 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-04 Ryuan Choi <bunhere@gmail.com>

Unreviewed build fix.

[WML] Build fix for r68854
https://bugs.webkit.org/show_bug.cgi?id=47043

Include HTMLParserIdioms.h.

No features added, so no new tests.

  • wml/WMLAElement.cpp:
  • wml/WMLImageLoader.cpp:
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69070 r69071  
     12010-10-04  Ryuan Choi  <bunhere@gmail.com>
     2
     3        Unreviewed build fix.
     4
     5        [WML] Build fix for r68854
     6        https://bugs.webkit.org/show_bug.cgi?id=47043
     7
     8        Include HTMLParserIdioms.h.
     9
     10        No features added, so no new tests.
     11
     12        * wml/WMLAElement.cpp:
     13        * wml/WMLImageLoader.cpp:
     14
    1152010-10-04  Ryuan Choi  <ryuan.choi@samsung.com>
    216
  • trunk/WebCore/wml/WMLAElement.cpp

    r68854 r69071  
    3838#include "HTMLAnchorElement.h"
    3939#include "HTMLNames.h"
     40#include "HTMLParserIdioms.h"
    4041#include "KeyboardEvent.h"
    4142#include "MouseEvent.h"
  • trunk/WebCore/wml/WMLImageLoader.cpp

    r68854 r69071  
    2626#include "CachedImage.h"
    2727#include "HTMLNames.h"
     28#include "HTMLParserIdioms.h"
    2829#include "WMLImageElement.h"
    2930#include "WMLNames.h"
Note: See TracChangeset for help on using the changeset viewer.