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

Unified Diff: Source/core/css/CSSFontSelectorClient.h

Issue 1186543002: Oilpan: fix build after r197039. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/dom/StyleEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontSelectorClient.h
diff --git a/Source/core/css/CSSFontSelectorClient.h b/Source/core/css/CSSFontSelectorClient.h
index 11abf89ff7f6445343969039acedbba68f10ba95..1eb605db1418beeea892d6b5c388f093fb3128b3 100644
--- a/Source/core/css/CSSFontSelectorClient.h
+++ b/Source/core/css/CSSFontSelectorClient.h
@@ -39,7 +39,7 @@ namespace blink {
class CSSFontSelector;
class Visitor;
-class CORE_EXPORT CSSFontSelectorClient : public NoBaseWillBeGarbageCollectedFinalized<CSSFontSelectorClient> {
+class CORE_EXPORT CSSFontSelectorClient : public WillBeGarbageCollectedMixin {
public:
virtual ~CSSFontSelectorClient() { }
« no previous file with comments | « no previous file | Source/core/dom/StyleEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698