Index: tests/CanvasTest.cpp |
=================================================================== |
--- tests/CanvasTest.cpp (revision 14323) |
+++ tests/CanvasTest.cpp (working copy) |
@@ -695,8 +695,8 @@ |
testStep->assertMessage()); |
} |
REPORTER_ASSERT_MESSAGE(reporter, |
- !referenceRecord->fPathHeap == |
- !testRecord->fPathHeap, |
+ !referenceRecord->fPicture->fPathHeap == |
+ !testRecord->fPicture->fPathHeap, |
testStep->assertMessage()); |
// The following tests are commented out because they currently |
// fail. Issue: http://code.google.com/p/skia/issues/detail?id=507 |