Title: [234439] trunk/Tools
- Revision
- 234439
- Author
- [email protected]
- Date
- 2018-07-31 13:37:56 -0700 (Tue, 31 Jul 2018)
Log Message
Build fix. Remove unused variable.
* TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp:
(TestWebKitAPI::TEST):
transform was never used. It was introduced in r205871
Apparently I'm the first one to build in a certain configuration that found it.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (234438 => 234439)
--- trunk/Tools/ChangeLog 2018-07-31 20:24:21 UTC (rev 234438)
+++ trunk/Tools/ChangeLog 2018-07-31 20:37:56 UTC (rev 234439)
@@ -1,3 +1,12 @@
+2018-07-31 Alex Christensen <[email protected]>
+
+ Build fix. Remove unused variable.
+
+ * TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp:
+ (TestWebKitAPI::TEST):
+ transform was never used. It was introduced in r205871
+ Apparently I'm the first one to build in a certain configuration that found it.
+
2018-07-31 Fujii Hironori <[email protected]>
server_process.py should print returncode in debug log if the process crashed
Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp (234438 => 234439)
--- trunk/Tools/TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp 2018-07-31 20:24:21 UTC (rev 234438)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp 2018-07-31 20:37:56 UTC (rev 234439)
@@ -1282,8 +1282,6 @@
TEST(TransformationMatrix, MakeMapBetweenRects)
{
- WebCore::TransformationMatrix transform;
-
WebCore::FloatRect fromRect(10.0f, 10.0f, 100.0f, 100.0f);
WebCore::FloatRect toRect(70.0f, 70.0f, 200.0f, 50.0f);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes