Title: [203907] trunk/Source
Revision
203907
Author
[email protected]
Date
2016-07-29 11:38:58 -0700 (Fri, 29 Jul 2016)

Log Message

Remove PassRef.h after r177259
https://bugs.webkit.org/show_bug.cgi?id=160348

Reviewed by Andreas Kling.

Source/WebKit/win:

* WebCoreSupport/WebVisitedLinkStore.h:

Source/WTF:

* wtf/PassRef.h: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (203906 => 203907)


--- trunk/Source/WTF/ChangeLog	2016-07-29 17:54:56 UTC (rev 203906)
+++ trunk/Source/WTF/ChangeLog	2016-07-29 18:38:58 UTC (rev 203907)
@@ -1,3 +1,12 @@
+2016-07-29  Csaba Osztrogonác  <[email protected]>
+
+        Remove PassRef.h after r177259
+        https://bugs.webkit.org/show_bug.cgi?id=160348
+
+        Reviewed by Andreas Kling.
+
+        * wtf/PassRef.h: Removed.
+
 2016-07-28  Mark Lam  <[email protected]>
 
         StringView should have an explicit m_is8Bit field.

Deleted: trunk/Source/WTF/wtf/PassRef.h (203906 => 203907)


--- trunk/Source/WTF/wtf/PassRef.h	2016-07-29 17:54:56 UTC (rev 203906)
+++ trunk/Source/WTF/wtf/PassRef.h	2016-07-29 18:38:58 UTC (rev 203907)
@@ -1 +0,0 @@
-// Delete me.

Modified: trunk/Source/WebKit/win/ChangeLog (203906 => 203907)


--- trunk/Source/WebKit/win/ChangeLog	2016-07-29 17:54:56 UTC (rev 203906)
+++ trunk/Source/WebKit/win/ChangeLog	2016-07-29 18:38:58 UTC (rev 203907)
@@ -1,3 +1,12 @@
+2016-07-29  Csaba Osztrogonác  <[email protected]>
+
+        Remove PassRef.h after r177259
+        https://bugs.webkit.org/show_bug.cgi?id=160348
+
+        Reviewed by Andreas Kling.
+
+        * WebCoreSupport/WebVisitedLinkStore.h:
+
 2016-07-27  Alex Christensen  <[email protected]>
 
         Fix Win debug build after r203749.

Modified: trunk/Source/WebKit/win/WebCoreSupport/WebVisitedLinkStore.h (203906 => 203907)


--- trunk/Source/WebKit/win/WebCoreSupport/WebVisitedLinkStore.h	2016-07-29 17:54:56 UTC (rev 203906)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebVisitedLinkStore.h	2016-07-29 18:38:58 UTC (rev 203907)
@@ -28,7 +28,6 @@
 
 #include <WebCore/LinkHash.h>
 #include <WebCore/VisitedLinkStore.h>
-#include <wtf/PassRef.h>
 
 class WebVisitedLinkStore final : public WebCore::VisitedLinkStore {
 public:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to