| Index: Source/core/html/canvas/CanvasRenderingContext2DTest.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2DTest.cpp b/Source/core/html/canvas/CanvasRenderingContext2DTest.cpp
|
| index 8edb47d3911ed930eb283e7267ef38715248441f..6835fa179703a0c8620013f234af69451cb19def 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2DTest.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2DTest.cpp
|
| @@ -137,7 +137,7 @@
|
| m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600), &pageClients);
|
| m_document = toHTMLDocument(&m_dummyPageHolder->document());
|
| m_document->documentElement()->setInnerHTML("<body><canvas id='c'></canvas></body>", ASSERT_NO_EXCEPTION);
|
| - m_document->view()->updateAllLifecyclePhases();
|
| + m_document->view()->updateLayoutAndStyleForPainting();
|
| m_canvasElement = toHTMLCanvasElement(m_document->getElementById("c"));
|
|
|
| m_fullImageData = ImageData::create(IntSize(10, 10));
|
|
|