Index: Source/core/animation/KeyframeEffectModel.h |
diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h |
index c39de7e8e798bdff66be3867b6dc05f53b5e9dec..9ba60aaa28dd834de9aca86f1f2845491fef3500 100644 |
--- a/Source/core/animation/KeyframeEffectModel.h |
+++ b/Source/core/animation/KeyframeEffectModel.h |
@@ -51,6 +51,7 @@ class Element; |
class KeyframeEffectModelTest; |
class KeyframeEffectModelBase : public AnimationEffect { |
+friend class InspectorCSSAgent; |
public: |
// FIXME: Implement accumulation. |