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

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

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/WorkerNavigator.cpp
diff --git a/third_party/WebKit/Source/core/workers/WorkerNavigator.cpp b/third_party/WebKit/Source/core/workers/WorkerNavigator.cpp
index 84e7dabe974acca3f788e0256f9bf31ac1a98a64..91a235c429c9a8f2e8197b3df0b1e3f7bec43034 100644
--- a/third_party/WebKit/Source/core/workers/WorkerNavigator.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerNavigator.cpp
@@ -44,7 +44,7 @@ String WorkerNavigator::userAgent() const
DEFINE_TRACE(WorkerNavigator)
{
- HeapSupplementable<WorkerNavigator>::trace(visitor);
+ Supplementable<WorkerNavigator>::trace(visitor);
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerNavigator.h ('k') | third_party/WebKit/Source/core/xml/DocumentXPathEvaluator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698