Changeset 39909

Show
Ignore:
Timestamp:
01/14/09 13:58:08 (14 months ago)
Author:
pol@apple.com
Message:

2009-01-14 Pierre-Olivier Latour < pol@apple.com>

Fixed build warning when LIBXML_VERSION >= 20627.

  • dom/XMLTokenizerLibxml2.cpp: (WebCore::hackAroundLibXMLEntityBug):
Location:
trunk/WebCore
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r39905 r39909  
     12009-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 
    182009-01-14  Alexey Proskuryakov  <ap@webkit.org> 
    29 
  • trunk/WebCore/dom/XMLTokenizerLibxml2.cpp

    r39601 r39909  
    971971{ 
    972972#if LIBXML_VERSION >= 20627 
     973    UNUSED_PARAM(closure); 
     974     
    973975    // This bug has been fixed in libxml 2.6.27. 
    974976    return false;