Changeset 61661 in webkit


Ignore:
Timestamp:
Jun 22, 2010 11:35:18 PM (14 years ago)
Author:
hamaji@chromium.org
Message:

2010-06-22 Shinichiro Hamaji <hamaji@chromium.org>

Unreviewed attempt to fix the windows build.

Split out HTML5DocumentParser yield/resume logic into a separate class
https://bugs.webkit.org/show_bug.cgi?id=41018

  • WebCore.vcproj/WebCore.vcproj:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61658 r61661  
     12010-06-22  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Unreviewed attempt to fix the windows build.
     4
     5        Split out HTML5DocumentParser yield/resume logic into a separate class
     6        https://bugs.webkit.org/show_bug.cgi?id=41018
     7
     8        * WebCore.vcproj/WebCore.vcproj:
     9
    1102010-06-22  Eric Seidel  <eric@webkit.org>
    211
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r61650 r61661  
    3655036550                        </File>
    3655136551                        <File
     36552                                RelativePath="..\html\HTMLParserScheduler.h"
     36553                                >
     36554                        </File>
     36555                        <File
     36556                                RelativePath="..\html\HTMLParserScheduler.cpp"
     36557                                >
     36558                        </File>
     36559                        <File
    3655236560                                RelativePath="..\html\HTMLParserErrorCodes.h"
    3655336561                                >
Note: See TracChangeset for help on using the changeset viewer.