Title: [177740] trunk/Source/WTF
Revision
177740
Author
[email protected]
Date
2014-12-25 14:01:19 -0800 (Thu, 25 Dec 2014)

Log Message

Try to fix the Windows build after r177733.

* wtf/Ref.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (177739 => 177740)


--- trunk/Source/WTF/ChangeLog	2014-12-25 21:25:15 UTC (rev 177739)
+++ trunk/Source/WTF/ChangeLog	2014-12-25 22:01:19 UTC (rev 177740)
@@ -1,3 +1,9 @@
+2014-12-25  Dan Bernstein  <[email protected]>
+
+        Try to fix the Windows build after r177733.
+
+        * wtf/Ref.h:
+
 2014-12-25  Alexey Proskuryakov  <[email protected]>
 
         Simplify saturated integer add/sub

Modified: trunk/Source/WTF/wtf/Ref.h (177739 => 177740)


--- trunk/Source/WTF/wtf/Ref.h	2014-12-25 21:25:15 UTC (rev 177739)
+++ trunk/Source/WTF/wtf/Ref.h	2014-12-25 22:01:19 UTC (rev 177740)
@@ -152,5 +152,6 @@
 } // namespace WTF
 
 using WTF::Ref;
+using WTF::adoptRef;
 
 #endif // WTF_Ref_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to