Changeset 61167 in webkit


Ignore:
Timestamp:
Jun 14, 2010 5:52:26 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-06-14 Adam Barth <abarth@webkit.org>

Unreviewed.

Add an include to try to fix Chromium build.

  • html/HTML5DocumentParser.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61165 r61167  
     12010-06-14  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed.
     4
     5        Add an include to try to fix Chromium build.
     6
     7        * html/HTML5DocumentParser.cpp:
     8
    192010-06-14  Eric Seidel  <eric@webkit.org>
    210
  • trunk/WebCore/html/HTML5DocumentParser.cpp

    r61165 r61167  
    3838#include "Page.h"
    3939#include "XSSAuditor.h"
     40#include <wtf/CurrentTime.h>
    4041
    4142#if ENABLE(INSPECTOR)
Note: See TracChangeset for help on using the changeset viewer.