| Index: Source/core/html/canvas/CanvasRenderingContext2DAPITest.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2DAPITest.cpp b/Source/core/html/canvas/CanvasRenderingContext2DAPITest.cpp
|
| index 6287b8db042e44b9597cc02779d09a67db0a4e35..d30048f9ac5af6d980780451860a769c43e6e91f 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2DAPITest.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2DAPITest.cpp
|
| @@ -68,7 +68,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"));
|
| }
|
|
|
|
|