Ticket #52016: webkit2-gtk-parsedcontent-add-type.diff

File webkit2-gtk-parsedcontent-add-type.diff, 415 bytes (added by kenneth.f.cunningham@…, 8 years ago)
  • Source/WebCore/platform/network/ParsedContentRange.cpp

    old new  
    121121    m_isValid = areContentRangeValuesValid(m_firstBytePosition, m_lastBytePosition, m_instanceLength);
    122122}
    123123
    124 #if OS(WINDOWS) && !defined(PRId64)
     124#if !defined(PRId64)
    125125#define PRId64 "lld"
    126126#endif
    127127