Title: [167908] trunk/Source/WebCore
Revision
167908
Author
commit-qu...@webkit.org
Date
2014-04-28 14:54:01 -0700 (Mon, 28 Apr 2014)

Log Message

Unreviewed, rolling out r167857.
https://bugs.webkit.org/show_bug.cgi?id=132305

the change was rolled out, roll out the new expectations as
well (Requested by thorton on #webkit).

Reverted changeset:

"Unreviewed. Updating one bindings test baseline after
r167855."
http://trac.webkit.org/changeset/167857

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (167907 => 167908)


--- trunk/Source/WebCore/ChangeLog	2014-04-28 21:17:35 UTC (rev 167907)
+++ trunk/Source/WebCore/ChangeLog	2014-04-28 21:54:01 UTC (rev 167908)
@@ -1,3 +1,17 @@
+2014-04-28  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, rolling out r167857.
+        https://bugs.webkit.org/show_bug.cgi?id=132305
+
+        the change was rolled out, roll out the new expectations as
+        well (Requested by thorton on #webkit).
+
+        Reverted changeset:
+
+        "Unreviewed. Updating one bindings test baseline after
+        r167855."
+        http://trac.webkit.org/changeset/167857
+
 2014-04-28  Dean Jackson  <d...@apple.com>
 
         [Mac] Use the animated version of setHighlighted on NSButtonCell where available

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallback.cpp (167907 => 167908)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallback.cpp	2014-04-28 21:17:35 UTC (rev 167907)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallback.cpp	2014-04-28 21:54:01 UTC (rev 167908)
@@ -49,7 +49,7 @@
     if (!context || context->isContextThread())
         delete m_data;
     else
-        context->postTask(DeleteCallbackDataTask(m_data));
+        context->postTask(DeleteCallbackDataTask::create(m_data));
 #ifndef NDEBUG
     m_data = 0;
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to