[Webkit-unassigned] [Bug 49000] New: Location is lacking a constructor in DOMWindow.idl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 08:05:54 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=49000

           Summary: Location is lacking a constructor in DOMWindow.idl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hartman at videolan.org


https://developer.mozilla.org/en/DOM/window.location
"Returns a Location object, which contains information about the URL of the document and provides methods for changing that URL. You can also assign to this property to load another URL."

When using the inspector I see that I actually do get a Location object returned from window.location. However alert(window.location instanceof Location) throws: ReferenceError: Can't find variable: Location

Occording to Wildfox, this is because there is no constructor for Location.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list