Skip to content
  • darin@apple.com's avatar
    Fix the search field if the inpsected Document has overridden · a7530f95
    darin@apple.com authored
            Document.evaluate or Document.querySelectorAll
    
            Reviewed by Darin.
    
            * manual-tests/inspector-document-methods-override.html: Added.
            * page/InspectorController.cpp:
            (WebCore::InspectorController::didCommitLoad): Reworded a comment to
            force WebCore.vcproj to build.
            * page/inspector/inspector.js: Call
            Document.prototype.{evaluate,querySelectorAll}.call instead of calling
            the functions directly on the inspected Document. This ensures we are
            calling the version of these functions we intended to.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29966 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a7530f95