Changeset 39909
- Timestamp:
- 01/14/09 13:58:08 (14 months ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
dom/XMLTokenizerLibxml2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r39905 r39909 1 2009-01-14 Pierre-Olivier Latour <pol@apple.com> 2 3 Fixed build warning when LIBXML_VERSION >= 20627. 4 5 * dom/XMLTokenizerLibxml2.cpp: 6 (WebCore::hackAroundLibXMLEntityBug): 7 1 8 2009-01-14 Alexey Proskuryakov <ap@webkit.org> 2 9 -
trunk/WebCore/dom/XMLTokenizerLibxml2.cpp
r39601 r39909 971 971 { 972 972 #if LIBXML_VERSION >= 20627 973 UNUSED_PARAM(closure); 974 973 975 // This bug has been fixed in libxml 2.6.27. 974 976 return false;