Changeset 58162 in webkit


Ignore:
Timestamp:
Apr 23, 2010 2:51:34 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-23 Ilya Tikhonovsky <loislo@chromium.org>

Reviewed by Yury Semikhatsky.

WebInspector: Flaky Inspector tests.
https://bugs.webkit.org/show_bug.cgi?id=36217

  • inspector/InspectorController.cpp: (WebCore::InspectorController::didCommitLoad):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r58161 r58162  
     12010-04-23  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Reviewed by Yury Semikhatsky.
     4
     5        WebInspector: Flaky Inspector tests.
     6        https://bugs.webkit.org/show_bug.cgi?id=36217
     7
     8        * inspector/InspectorController.cpp:
     9        (WebCore::InspectorController::didCommitLoad):
     10
    1112010-04-23  Yaar Schnitman  <yaar@chromium.org>
    212
  • trunk/WebCore/inspector/InspectorController.cpp

    r57738 r58162  
    664664        m_nextUserInitiatedProfileNumber = 1;
    665665#endif
    666         // resetScriptObjects should be called before database and DOM storage
     666        // unbindAllResources should be called before database and DOM storage
    667667        // resources are cleared so that it has a chance to unbind them.
     668        unbindAllResources();
     669       
    668670        if (m_frontend) {
    669671            m_frontend->reset();
Note: See TracChangeset for help on using the changeset viewer.