| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| index 5649878057a15ec055db82f540ed9f2a6ddb9f3c..4c8d400316c78611b419b4ce5e8dcc04b3a6cb79 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp
|
| @@ -22,7 +22,7 @@ class PaintWorkletTest : public testing::Test {
|
| PaintWorkletTest() : m_page(DummyPageHolder::create()) {}
|
|
|
| PaintWorklet* paintWorklet() {
|
| - return WindowPaintWorklet::from(*m_page->frame().localDOMWindow())
|
| + return WindowPaintWorklet::from(*m_page->frame().domWindow())
|
| .paintWorklet();
|
| }
|
|
|
|
|