Skip to content
  • weinig's avatar
    LayoutTests: · b0c299a9
    weinig authored
            Reviewed by Geoff.
    
            Update tests for http://bugs.webkit.org/show_bug.cgi?id=14319
            Move the Selection object out of the JS bindings
    
            * fast/dom/Window/window-properties-expected.txt:
            * fast/js/toString-and-valueOf-override-expected.txt:
            * http/tests/security/cross-frame-access-expected.txt:
    
    WebCore:
    
            Reviewed by Geoff.
    
            Patch for http://bugs.webkit.org/show_bug.cgi?id=14319
            Move the Selection object out of the JS bindings
    
            - Renames JS Object Selection to DOMSelection to avoid a name
              conflict.
    
            * DerivedSources.make:
            * WebCore.xcodeproj/project.pbxproj:
            * bindings/js/kjs_window.cpp:
            (KJS::WindowPrivate::WindowPrivate):
            (KJS::Window::mark):
            (KJS::Window::clearHelperObjectProperties):
            (KJS::WindowFunc::callAsFunction):
            (KJS::Window::disconnectFrame):
            * bindings/js/kjs_window.h:
            (KJS::Window::):
            * page/DOMSelection.cpp: ...
    b0c299a9