Changeset 161896 in webkit


Ignore:
Timestamp:
Jan 13, 2014 11:17:38 AM (10 years ago)
Author:
ap@apple.com
Message:

Fix the build more.

  • xml/XMLHttpRequestProgressEventThrottle.cpp:

(WebCore::XMLHttpRequestProgressEventThrottle::dispatchProgressEvent):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r161894 r161896  
     12014-01-13  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Fix the build more.
     4
     5        * xml/XMLHttpRequestProgressEventThrottle.cpp:
     6        (WebCore::XMLHttpRequestProgressEventThrottle::dispatchProgressEvent):
     7
    182014-01-13  Alexey Proskuryakov  <ap@apple.com>
    29
  • trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp

    r161894 r161896  
    103103void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(const AtomicString &type)
    104104{
    105     ASSERT(type == type == eventNames().loadstartEvent || type == eventNames().progressEvent || type == eventNames().loadEvent || type == eventNames().loadendEvent || type == eventNames().abortEvent || type == eventNames().errorEvent || type == eventNames().timeoutEvent);
     105    ASSERT(type == eventNames().loadstartEvent || type == eventNames().progressEvent || type == eventNames().loadEvent || type == eventNames().loadendEvent || type == eventNames().abortEvent || type == eventNames().errorEvent || type == eventNames().timeoutEvent);
    106106
    107107    if (type == eventNames().loadstartEvent) {
Note: See TracChangeset for help on using the changeset viewer.