Changeset 202785 in webkit


Ignore:
Timestamp:
Jul 2, 2016 8:36:10 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: CallFrame console.assert seen in tests (sourceCodeLocation instanceof SourceCodeLocation)
https://bugs.webkit.org/show_bug.cgi?id=159368

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2016-07-02
Reviewed by Timothy Hatcher.

  • UserInterface/Test.html:

SourceCodeLocation was already included earlier. This redefines it and
thereby breaks some things.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r202784 r202785  
     12016-07-02  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: CallFrame console.assert seen in tests (sourceCodeLocation instanceof SourceCodeLocation)
     4        https://bugs.webkit.org/show_bug.cgi?id=159368
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/Test.html:
     9        SourceCodeLocation was already included earlier. This redefines it and
     10        thereby breaks some things.
     11
    1122016-07-02  Joseph Pecoraro  <pecoraro@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Test.html

    r201047 r202785  
    153153    <script src="Models/ScriptSyntaxTree.js"></script>
    154154    <script src="Models/ScriptTimelineRecord.js"></script>
    155     <script src="Models/SourceCodeLocation.js"></script>
    156155    <script src="Models/SourceCodeRevision.js"></script>
    157156    <script src="Models/SourceCodeTimeline.js"></script>
Note: See TracChangeset for help on using the changeset viewer.