Title: [167857] trunk/Source/WebCore
Revision
167857
Author
[email protected]
Date
2014-04-27 10:03:32 -0700 (Sun, 27 Apr 2014)

Log Message

Unreviewed. Updating one bindings test baseline after r167855.

* bindings/scripts/test/JS/JSTestCallback.cpp:
(WebCore::JSTestCallback::~JSTestCallback):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (167856 => 167857)


--- trunk/Source/WebCore/ChangeLog	2014-04-27 16:06:27 UTC (rev 167856)
+++ trunk/Source/WebCore/ChangeLog	2014-04-27 17:03:32 UTC (rev 167857)
@@ -1,3 +1,10 @@
+2014-04-27  Zan Dobersek  <[email protected]>
+
+        Unreviewed. Updating one bindings test baseline after r167855.
+
+        * bindings/scripts/test/JS/JSTestCallback.cpp:
+        (WebCore::JSTestCallback::~JSTestCallback):
+
 2014-04-27  Darin Adler  <[email protected]>
 
         Webpages can trigger loads with invalid URLs

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallback.cpp	2014-04-27 16:06:27 UTC (rev 167856)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallback.cpp	2014-04-27 17:03:32 UTC (rev 167857)
@@ -49,7 +49,7 @@
     if (!context || context->isContextThread())
         delete m_data;
     else
-        context->postTask(DeleteCallbackDataTask::create(m_data));
+        context->postTask(DeleteCallbackDataTask(m_data));
 #ifndef NDEBUG
     m_data = 0;
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to