| Index: webkit/compositor_bindings/WebLayerTreeViewTest.cpp
|
| diff --git a/webkit/compositor_bindings/WebLayerTreeViewTest.cpp b/webkit/compositor_bindings/WebLayerTreeViewTest.cpp
|
| index f9e8d1ab900deda64eb4db81c78bbda7229e0216..cf35185c0d06d233b90efbcd2b114d91285ffcd6 100644
|
| --- a/webkit/compositor_bindings/WebLayerTreeViewTest.cpp
|
| +++ b/webkit/compositor_bindings/WebLayerTreeViewTest.cpp
|
| @@ -102,6 +102,7 @@ public:
|
| CancelableTaskWrapper(PassOwnPtr<WebThread::Task> task)
|
| : m_task(task)
|
| {
|
| + turnOffVerifier();
|
| }
|
|
|
| void cancel()
|
|
|