Changeset 182583 in webkit


Ignore:
Timestamp:
Apr 8, 2015 8:21:46 PM (9 years ago)
Author:
Joseph Pecoraro
Message:

Unreviewed Test Fix after r182579. Add missing include.

  • UserInterface/Test.html:

Missing file was causing inspector/page/main-frame-resource.html to fail.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r182579 r182583  
     12015-04-08  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Unreviewed Test Fix after r182579. Add missing include.
     4
     5        * UserInterface/Test.html:
     6        Missing file was causing inspector/page/main-frame-resource.html to fail.
     7
    182015-04-08  Joseph Pecoraro  <pecoraro@apple.com>
    29
  • trunk/Source/WebInspectorUI/UserInterface/Test.html

    r182579 r182583  
    8080    <script src="Models/CollectionEntry.js"></script>
    8181    <script src="Models/Color.js"></script>
     82    <script src="Models/ConsoleCommandResultMessage.js"></script>
    8283    <script src="Models/ContentFlow.js"></script>
    8384    <script src="Models/DOMNode.js"></script>
Note: See TracChangeset for help on using the changeset viewer.