Title: [202785] trunk/Source/WebInspectorUI
Revision
202785
Author
[email protected]
Date
2016-07-02 20:36:10 -0700 (Sat, 02 Jul 2016)

Log 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 <[email protected]> on 2016-07-02
Reviewed by Timothy Hatcher.

* UserInterface/Test.html:
SourceCodeLocation was already included earlier. This redefines it and
thereby breaks some things.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (202784 => 202785)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-07-03 03:33:34 UTC (rev 202784)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-07-03 03:36:10 UTC (rev 202785)
@@ -1,5 +1,16 @@
 2016-07-02  Joseph Pecoraro  <[email protected]>
 
+        Web Inspector: CallFrame console.assert seen in tests (sourceCodeLocation instanceof SourceCodeLocation)
+        https://bugs.webkit.org/show_bug.cgi?id=159368
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Test.html:
+        SourceCodeLocation was already included earlier. This redefines it and
+        thereby breaks some things.
+
+2016-07-02  Joseph Pecoraro  <[email protected]>
+
         inspector/debugger/command-line-api-exception.html flakily times out on mac
         https://bugs.webkit.org/show_bug.cgi?id=152029
         <rdar://problem/23813812>

Modified: trunk/Source/WebInspectorUI/UserInterface/Test.html (202784 => 202785)


--- trunk/Source/WebInspectorUI/UserInterface/Test.html	2016-07-03 03:33:34 UTC (rev 202784)
+++ trunk/Source/WebInspectorUI/UserInterface/Test.html	2016-07-03 03:36:10 UTC (rev 202785)
@@ -152,7 +152,6 @@
     <script src=""
     <script src=""
     <script src=""
-    <script src=""
     <script src=""
     <script src=""
     <script src=""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to