Title: [169983] trunk/Source/WebKit2
Revision
169983
Author
[email protected]
Date
2014-06-14 15:44:42 -0700 (Sat, 14 Jun 2014)

Log Message

Reverted the last change, which broken the Mac build.

* UIProcess/GenericCallback.h:
(WebKit::invalidateCallbackMap):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (169982 => 169983)


--- trunk/Source/WebKit2/ChangeLog	2014-06-14 21:59:51 UTC (rev 169982)
+++ trunk/Source/WebKit2/ChangeLog	2014-06-14 22:44:42 UTC (rev 169983)
@@ -1,5 +1,12 @@
 2014-06-14  Dan Bernstein  <[email protected]>
 
+        Reverted the last change, which broken the Mac build.
+
+        * UIProcess/GenericCallback.h:
+        (WebKit::invalidateCallbackMap):
+
+2014-06-14  Dan Bernstein  <[email protected]>
+
         Tried to fix the GTK build.
 
         * UIProcess/GenericCallback.h:

Modified: trunk/Source/WebKit2/UIProcess/GenericCallback.h (169982 => 169983)


--- trunk/Source/WebKit2/UIProcess/GenericCallback.h	2014-06-14 21:59:51 UTC (rev 169982)
+++ trunk/Source/WebKit2/UIProcess/GenericCallback.h	2014-06-14 22:44:42 UTC (rev 169983)
@@ -190,7 +190,7 @@
     Vector<T> callbacksVector;
     copyValuesToVector(map, callbacksVector);
     for (size_t i = 0, size = callbacksVector.size(); i < size; ++i)
-        callbacksVector[i]->invalidate(error);
+        callbacksVector[i]->invalidate();
     map.clear();
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to