| Index: third_party/WebKit/LayoutTests/http/tests/worklet/chromium/worklet-should-report-context-destroyed.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/worklet-should-report-context-destroyed.html b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/worklet-should-report-context-destroyed.html
|
| index 692c4e9bc6dd0a1a06f692ff1302d2f5aa24cc02..c67a2aaded62901177b6ee286e76f2099ea84ed3 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/worklet-should-report-context-destroyed.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/worklet-should-report-context-destroyed.html
|
| @@ -24,7 +24,7 @@ function gc()
|
|
|
| function tryCrash()
|
| {
|
| - document.frame.paintWorklet;
|
| + document.frame.CSS.paintWorklet;
|
| tCF1.outerHTML = "";
|
| gc();
|
| if (window.testRunner)
|
|
|