Changeset 53596 in webkit


Ignore:
Timestamp:
Jan 20, 2010 8:07:07 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-20 Michael Nordman <Michael Nordman>

Reviewed by Alexey Proskuryakov.

Remove an assertion that is not valid in some detached iframes cases.
https://bugs.webkit.org/show_bug.cgi?id=33827

  • http/tests/appcache/detached-iframe-expected.txt: Added.
  • http/tests/appcache/detached-iframe.html: Added.

2010-01-20 Michael Nordman <Michael Nordman>

Reviewed by Alexey Proskuryakov.

Remove an assertion that is not valid in some detached iframes cases.
https://bugs.webkit.org/show_bug.cgi?id=33827

Test: http/tests/appcache/detached-iframe.html

  • loader/appcache/DOMApplicationCache.cpp: (WebCore::DOMApplicationCache::DOMApplicationCache):
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r53594 r53596  
     12010-01-20  Michael Nordman  <michaeln@google.com>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        Remove an assertion that is not valid in some detached iframes cases.
     6        https://bugs.webkit.org/show_bug.cgi?id=33827
     7
     8        * http/tests/appcache/detached-iframe-expected.txt: Added.
     9        * http/tests/appcache/detached-iframe.html: Added.
     10
    1112010-01-20  Daniel Bates  <dbates@webkit.org>
    212
  • trunk/WebCore/ChangeLog

    r53595 r53596  
     12010-01-20  Michael Nordman  <michaeln@google.com>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        Remove an assertion that is not valid in some detached iframes cases.
     6        https://bugs.webkit.org/show_bug.cgi?id=33827
     7
     8        Test: http/tests/appcache/detached-iframe.html
     9
     10        * loader/appcache/DOMApplicationCache.cpp:
     11        (WebCore::DOMApplicationCache::DOMApplicationCache):
     12
    1132010-01-20  Eric Uhrhane  <ericu@chromium.org>
    214
  • trunk/WebCore/loader/appcache/DOMApplicationCache.cpp

    r53433 r53596  
    4343    : m_frame(frame)
    4444{
    45     ASSERT(!m_frame || applicationCacheHost());
    4645    ApplicationCacheHost* cacheHost = applicationCacheHost();
    4746    if (cacheHost)
Note: See TracChangeset for help on using the changeset viewer.