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 121 121 m_isValid = areContentRangeValuesValid(m_firstBytePosition, m_lastBytePosition, m_instanceLength); 122 122 } 123 123 124 #if OS(WINDOWS) &&!defined(PRId64)124 #if !defined(PRId64) 125 125 #define PRId64 "lld" 126 126 #endif 127 127