Title: [95178] trunk/LayoutTests
Revision
95178
Author
zherc...@webkit.org
Date
2011-09-15 01:09:56 -0700 (Thu, 15 Sep 2011)

Log Message

Renaming PeerConnection to webkitPeerConnection affects all ports,
not just chromium. Updating layout test after r95151.

Unreviewed gardening.

* fast/dom/call-a-constructor-as-a-function-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95177 => 95178)


--- trunk/LayoutTests/ChangeLog	2011-09-15 07:56:20 UTC (rev 95177)
+++ trunk/LayoutTests/ChangeLog	2011-09-15 08:09:56 UTC (rev 95178)
@@ -1,3 +1,12 @@
+2011-09-15  Zoltan Herczeg  <zherc...@webkit.org>
+
+        Renaming PeerConnection to webkitPeerConnection affects all ports,
+        not just chromium. Updating layout test after r95151.
+
+        Unreviewed gardening.
+
+        * fast/dom/call-a-constructor-as-a-function-expected.txt:
+
 2011-09-15  Keishi Hattori  <kei...@webkit.org>
 
         [chromium] rebaseline expectations due to r95121

Modified: trunk/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt (95177 => 95178)


--- trunk/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt	2011-09-15 07:56:20 UTC (rev 95177)
+++ trunk/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt	2011-09-15 08:09:56 UTC (rev 95178)
@@ -15,7 +15,7 @@
 PASS Int32Array() threw exception TypeError: '[object Int32ArrayConstructor]' is not a function (evaluating 'Int32Array()').
 PASS Int8Array() threw exception TypeError: '[object Int8ArrayConstructor]' is not a function (evaluating 'Int8Array()').
 PASS MessageChannel() threw exception TypeError: '[object MessageChannelConstructor]' is not a function (evaluating 'MessageChannel()').
-SKIP PeerConnection is not implemented.
+SKIP webkitPeerConnection is not implemented.
 PASS SharedWorker() threw exception TypeError: '[object SharedWorkerConstructor]' is not a function (evaluating 'SharedWorker()').
 PASS Uint16Array() threw exception TypeError: '[object Uint16ArrayConstructor]' is not a function (evaluating 'Uint16Array()').
 PASS Uint32Array() threw exception TypeError: '[object Uint32ArrayConstructor]' is not a function (evaluating 'Uint32Array()').
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to