Changeset 152217 in webkit


Ignore:
Timestamp:
Jul 1, 2013 1:44:44 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Add missing string headers that are used when LOG_DISABLED is 0.
https://bugs.webkit.org/show_bug.cgi?id=118227

Patch by Kwang Yul Seo <skyul@company100.net> on 2013-07-01
Reviewed by Andreas Kling.

Build fix for LOG_DISABLED=0.

No new tests, no behavior change.

  • html/track/InbandTextTrack.cpp:
  • rendering/RenderLayerCompositor.cpp:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r152214 r152217  
     12013-07-01  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Add missing string headers that are used when LOG_DISABLED is 0.
     4        https://bugs.webkit.org/show_bug.cgi?id=118227
     5
     6        Reviewed by Andreas Kling.
     7
     8        Build fix for LOG_DISABLED=0.
     9
     10        No new tests, no behavior change.
     11
     12        * html/track/InbandTextTrack.cpp:
     13        * rendering/RenderLayerCompositor.cpp:
     14
    1152013-06-29  Simon Fraser  <simon.fraser@apple.com>
    216
  • trunk/Source/WebCore/html/track/InbandTextTrack.cpp

    r151916 r152217  
    3939#include "TextTrackCueList.h"
    4040#include <math.h>
     41#include <wtf/text/CString.h>
    4142
    4243namespace WebCore {
  • trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp

    r152121 r152217  
    6262#include <wtf/CurrentTime.h>
    6363#include <wtf/TemporaryChange.h>
     64#include <wtf/text/CString.h>
     65#include <wtf/text/StringBuilder.h>
    6466
    6567#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
Note: See TracChangeset for help on using the changeset viewer.