Changeset 19186 in webkit


Ignore:
Timestamp:
Jan 27, 2007 2:16:09 AM (17 years ago)
Author:
ap
Message:

Release build fix.

  • loader/TextResourceDecoder.cpp: (WebCore::TextResourceDecoder::checkForHeadCharset):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r19185 r19186  
     12007-01-27  Alexey Proskuryakov  <ap@webkit.org>
     2
     3        Release build fix.
     4
     5        * loader/TextResourceDecoder.cpp:
     6        (WebCore::TextResourceDecoder::checkForHeadCharset):
     7
    182007-01-27  Alexey Proskuryakov  <ap@webkit.org>
    29
  • trunk/WebCore/loader/TextResourceDecoder.cpp

    r19185 r19186  
    484484    // <http://bugs.webkit.org/show_bug.cgi?id=3590>.
    485485   
    486     // Additionally, we ignore things that looks like tags in <title> and <script>; see
    487     // <http://bugs.webkit.org/show_bug.cgi?id=4560> and
    488     // <http://bugs.webkit.org/show_bug.cgi?id=12165>.
     486    // Additionally, we ignore things that looks like tags in <title>, <script> and <noscript>; see
     487    // <http://bugs.webkit.org/show_bug.cgi?id=4560>, <http://bugs.webkit.org/show_bug.cgi?id=12165>
     488    // and <http://bugs.webkit.org/show_bug.cgi?id=12389>.
    489489   
    490     AtomicStringImpl* enclosingTagName;
     490    AtomicStringImpl* enclosingTagName = 0;
    491491
    492492    const char* ptr = m_buffer.data();
Note: See TracChangeset for help on using the changeset viewer.