Index: third_party/WebKit/Source/core/animation/EffectInput.cpp |
diff --git a/third_party/WebKit/Source/core/animation/EffectInput.cpp b/third_party/WebKit/Source/core/animation/EffectInput.cpp |
index 107a7c448f82fa432a54ea5cc20ba97bdfcbc8d1..940dcd77a75365adc6f6af95fb36078cc84c6bbb 100644 |
--- a/third_party/WebKit/Source/core/animation/EffectInput.cpp |
+++ b/third_party/WebKit/Source/core/animation/EffectInput.cpp |
@@ -137,7 +137,7 @@ bool exhaustDictionaryIterator(DictionaryIterator& iterator, ExecutionContext* e |
} // namespace |
-// Spec: http://w3c.github.io/web-animations/#processing-a-frames-argument |
+// Spec: http://w3c.github.io/web-animations/#processing-a-keyframes-argument |
EffectModel* EffectInput::convert(Element* element, const DictionarySequenceOrDictionary& effectInput, ExecutionContext* executionContext, ExceptionState& exceptionState) |
{ |
if (effectInput.isNull() || !element) |