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

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

Issue 1851743002: Simplify Supplementables post Oilpan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component build Created 4 years, 9 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/SharedWorker.h
diff --git a/third_party/WebKit/Source/core/workers/SharedWorker.h b/third_party/WebKit/Source/core/workers/SharedWorker.h
index f2a2abf6fc00ef162e8172be1e4d03fd446c3d8a..c50cb49b91d9ad4639585ce42f1f8b98703b3425 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorker.h
+++ b/third_party/WebKit/Source/core/workers/SharedWorker.h
@@ -42,7 +42,7 @@ namespace blink {
class ExceptionState;
-class CORE_EXPORT SharedWorker final : public AbstractWorker, public HeapSupplementable<SharedWorker>, public ActiveScriptWrappable {
+class CORE_EXPORT SharedWorker final : public AbstractWorker, public Supplementable<SharedWorker>, public ActiveScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(SharedWorker);
public:
« no previous file with comments | « third_party/WebKit/Source/core/testing/InternalSettings.cpp ('k') | third_party/WebKit/Source/core/workers/SharedWorker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698