Changeset 19247 in webkit


Ignore:
Timestamp:
Jan 29, 2007 10:09:19 PM (17 years ago)
Author:
ggaren
Message:

I am the chosen one! I have seen the faces of the final five! I will
save the WebKit build!


  • loader/ResourceLoader.cpp: (WebCore::ResourceLoader::load):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r19244 r19247  
     12007-01-29  Geoffrey Garen  <ggaren@apple.com>
     2
     3        I am the chosen one! I have seen the faces of the final five! I will
     4        save the WebKit build!
     5       
     6        * loader/ResourceLoader.cpp:
     7        (WebCore::ResourceLoader::load):
     8
    192007-01-30  Graham Dennis  <graham.dennis@gmail.com>
    210
  • trunk/WebCore/loader/ResourceLoader.cpp

    r19244 r19247  
    9595{
    9696    ASSERT(!m_handle);
    97     ASSERT(m_deferrerdRequest.isNull());
     97    ASSERT(m_deferredRequest.isNull());
    9898    ASSERT(!frameLoader()->isArchiveLoadPending(this));
    9999   
Note: See TracChangeset for help on using the changeset viewer.