Title: [193986] trunk/LayoutTests
Revision
193986
Author
keith_mil...@apple.com
Date
2015-12-11 15:09:35 -0800 (Fri, 11 Dec 2015)

Log Message

Rebaseline a failing inspector test for a new property on Function.prototype.

* inspector/model/remote-object-get-properties-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (193985 => 193986)


--- trunk/LayoutTests/ChangeLog	2015-12-11 23:01:57 UTC (rev 193985)
+++ trunk/LayoutTests/ChangeLog	2015-12-11 23:09:35 UTC (rev 193986)
@@ -1,3 +1,9 @@
+2015-12-11  Keith Miller  <keith_mil...@apple.com>
+
+        Rebaseline a failing inspector test for a new property on Function.prototype.
+
+        * inspector/model/remote-object-get-properties-expected.txt:
+
 2015-12-11  Jiewen Tan  <jiewen_...@apple.com>
 
         Strip out Referer header when requesting subresources or following links for documents with "Content-Disposition: attachment"

Modified: trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt (193985 => 193986)


--- trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt	2015-12-11 23:01:57 UTC (rev 193985)
+++ trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt	2015-12-11 23:09:35 UTC (rev 193986)
@@ -202,6 +202,7 @@
     call
     bind
     constructor
+    Symbol(Symbol.hasInstance)
     toLocaleString
     valueOf
     hasOwnProperty
@@ -251,6 +252,7 @@
     call
     bind
     constructor
+    Symbol(Symbol.hasInstance)
     toLocaleString
     valueOf
     hasOwnProperty
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to