Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp

Issue 2853743002: Worklet: Introduce PaintWorkletGlobalScopeProxy (Closed)
Patch Set: address review comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp
diff --git a/third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp b/third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp
index efead11563ac4387f8de08427f4ccdd9f0f10886..5fedf9f69018c6fc40d02ee71bfb0f59f89cfeac 100644
--- a/third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp
+++ b/third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp
@@ -22,7 +22,7 @@ class MainThreadWorkletTest : public ::testing::Test {
ToIsolate(page_->GetFrame().GetDocument()));
}
- void TearDown() override { global_scope_->TerminateWorkletGlobalScope(); }
+ void TearDown() override { global_scope_->Terminate(); }
protected:
RefPtr<SecurityOrigin> security_origin_;

Powered by Google App Engine
This is Rietveld 408576698