Ignore:
Timestamp:
Aug 4, 2015, 3:40:23 PM (10 years ago)
Author:
[email protected]
Message:

Web Inspector: Object previews for SVG elements shows SVGAnimatedString instead of text
https://bugs.webkit.org/show_bug.cgi?id=147328

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2015-08-04
Reviewed by Timothy Hatcher.

Source/JavaScriptCore:

  • inspector/InjectedScriptSource.js:

Use classList and classList.toString instead of className.

LayoutTests:

  • inspector/model/remote-object-expected.txt:
  • inspector/model/remote-object.html:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r187890 r187897  
     12015-08-04  Joseph Pecoraro  <[email protected]>
     2
     3        Web Inspector: Object previews for SVG elements shows SVGAnimatedString instead of text
     4        https://bugs.webkit.org/show_bug.cgi?id=147328
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * inspector/InjectedScriptSource.js:
     9        Use classList and classList.toString instead of className.
     10
    1112015-08-04  Yusuke Suzuki  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.