Show
Ignore:
Timestamp:
03/07/07 13:25:16 (22 months ago)
Author:
rwlbuis
Message:

Reviewed by Darin.

http://bugs.webkit.org/show_bug.cgi?id=12579
WebKit fails SVG xml:base test

Implement DOM3 properties baseURI and documentURI to fix
the testcase in bug 12579.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/dom/Node.h

    r20019 r20028  
    102102    virtual NamedAttrMap* attributes() const; 
    103103 
     104    virtual String baseURI() const; 
     105 
    104106    // These should all actually return a node, but this is only important for language bindings, 
    105107    // which will already know and hold a ref on the right node to return. Returning bool allows