Title: [180540] trunk/Tools
Revision
180540
Author
[email protected]
Date
2015-02-23 18:34:08 -0800 (Mon, 23 Feb 2015)

Log Message

Unreviewed build fix after r180535. Removed the test case that wasn't compiling.

* TestWebKitAPI/Tests/WTF/WeakPtr.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (180539 => 180540)


--- trunk/Tools/ChangeLog	2015-02-24 02:07:33 UTC (rev 180539)
+++ trunk/Tools/ChangeLog	2015-02-24 02:34:08 UTC (rev 180540)
@@ -1,3 +1,10 @@
+2015-02-23  Ryosuke Niwa  <[email protected]>
+
+        Unreviewed build fix after r180535. Removed the test case that wasn't compiling.
+
+        * TestWebKitAPI/Tests/WTF/WeakPtr.cpp:
+        (TestWebKitAPI::TEST):
+
 2015-02-23  Brent Fulgham  <[email protected]>
 
         WTF::WeakPtr should rename 'forgot' to 'clear' and support nullptr assignment

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/WeakPtr.cpp (180539 => 180540)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/WeakPtr.cpp	2015-02-24 02:07:33 UTC (rev 180539)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/WeakPtr.cpp	2015-02-24 02:34:08 UTC (rev 180540)
@@ -182,9 +182,6 @@
     EXPECT_EQ(weakPtr7.get(), &dummy2);
     weakPtr7 = nullptr;
     EXPECT_NULL(weakPtr7.get());
-
-    int doNotCopyMe = 152;
-    weakPtr7 = &doNotCopyMe;
 }
     
 } // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to