Changeset 86144 in webkit


Ignore:
Timestamp:
May 10, 2011 5:33:41 AM (13 years ago)
Author:
benm@google.com
Message:

2011-05-10 Ben Murdoch <benm@google.com>

Reviewed by Steve Block.

Fix build in WebCore/xml/XSLTProcessorLibxslt.cpp
https://bugs.webkit.org/show_bug.cgi?id=60478

No new tests), build fix only.

  • xml/XSLTProcessorLibxslt.cpp: Add CString.h include.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r86140 r86144  
     12011-05-10  Ben Murdoch  <benm@google.com>
     2
     3        Reviewed by Steve Block.
     4
     5        Fix build in WebCore/xml/XSLTProcessorLibxslt.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=60478
     7
     8        No new tests), build fix only.
     9
     10        * xml/XSLTProcessorLibxslt.cpp: Add CString.h include.
     11
    1122011-05-10  Keith Kyzivat  <keith.kyzivat@nokia.com>
    213
  • trunk/Source/WebCore/xml/XSLTProcessorLibxslt.cpp

    r85484 r86144  
    4949#include <wtf/Assertions.h>
    5050#include <wtf/Vector.h>
     51#include <wtf/text/CString.h>
    5152#include <wtf/text/StringBuffer.h>
    5253#include <wtf/unicode/UTF8.h>
Note: See TracChangeset for help on using the changeset viewer.