Commit c98bcc40 authored by eric@webkit.org's avatar eric@webkit.org

2010-02-07 Ismail Donmez <ismail@namtrac.org>

        Reviewed by Darin Adler.

        Include wtf/StringExtras.h for strdup definition, which
        is needed for WinCE.

        * bridge/IdentifierRep.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@54471 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent fba2e748
2010-02-07 Ismail Donmez <ismail@namtrac.org>
Reviewed by Darin Adler.
Include wtf/StringExtras.h for strdup definition, which
is needed for WinCE.
* bridge/IdentifierRep.h:
2010-02-07 Pavel Feldman <pfeldman@chromium.org> 2010-02-07 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher. Reviewed by Timothy Hatcher.
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <wtf/Assertions.h> #include <wtf/Assertions.h>
#include <wtf/FastAllocBase.h> #include <wtf/FastAllocBase.h>
#include <wtf/StringExtras.h>
#include <string.h> #include <string.h>
namespace WebCore { namespace WebCore {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment