Changeset 148447 in webkit


Ignore:
Timestamp:
Apr 15, 2013 10:13:08 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Compile fix.
https://bugs.webkit.org/show_bug.cgi?id=114623

Patch by peavo@outlook.com <peavo@outlook.com> on 2013-04-15
Reviewed by Brent Fulgham.

  • platform/network/curl/CookieJarCurl.cpp: Added required header files.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r148442 r148447  
     12013-04-15  peavo@outlook.com  <peavo@outlook.com>
     2
     3        [WinCairo] Compile fix.
     4        https://bugs.webkit.org/show_bug.cgi?id=114623
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * platform/network/curl/CookieJarCurl.cpp: Added required header files.
     9
    1102013-04-15  Rob Buis  <rbuis@rim.com>
    211
  • trunk/Source/WebCore/platform/network/curl/CookieJarCurl.cpp

    r146621 r148447  
    2222#include "ResourceHandleManager.h"
    2323
     24#include <wtf/DateMath.h>
    2425#include <wtf/HashMap.h>
     26#include <wtf/text/StringBuilder.h>
    2527#include <wtf/text/StringHash.h>
    2628#include <wtf/text/WTFString.h>
Note: See TracChangeset for help on using the changeset viewer.