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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedWorklet.h

Issue 2910953002: Worklet: Enqueue tasks into outsideSetting's event loop (Closed)
Patch Set: fix Created 3 years, 7 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/ThreadedWorklet.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
index b41a95557a31a0302876b0bd82cf2e7618af70cc..e7a2921a15f47ba11f5ead636bc6f4536955ac77 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
@@ -55,8 +55,6 @@ class CORE_EXPORT ThreadedWorklet : public Worklet,
virtual void Initialize() = 0;
virtual bool IsInitialized() const = 0;
- Member<LocalFrame> frame_;
-
HeapHashMap<Member<WorkletScriptLoader>, Member<ScriptPromiseResolver>>
loader_to_resolver_map_;
};

Powered by Google App Engine
This is Rietveld 408576698