Index: third_party/WebKit/Source/core/style/ComputedStyle.h |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h |
index 74f2435d204fad85f976a3cbe27f5e45a72ba15d..43d407948c63b8181ebff4f03da4f23e7edb4aad 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h |
@@ -150,7 +150,7 @@ typedef Vector<RefPtr<ComputedStyle>, 4> PseudoStyleCache; |
// be expanded to handle more and more types of properties. Eventually, all |
// methods will be on ComputedStyleBase (with custom methods defined in a class |
// such as ComputedStyleBase.cpp) and ComputedStyle will be removed. |
-class CORE_EXPORT ComputedStyle : public ComputedStyleBase, |
+class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>, |
public RefCounted<ComputedStyle> { |
// Used by Web Animations CSS. Sets the color styles. |
friend class AnimatedStyleBuilder; |