| Index: LayoutTests/http/tests/inspector/elements-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/elements-test.js b/LayoutTests/http/tests/inspector/elements-test.js
|
| index 9bda7452782518914757ed5acf84844f31b50af5..1407a0bcd1cf2adb443839c4cad08199042bb278 100644
|
| --- a/LayoutTests/http/tests/inspector/elements-test.js
|
| +++ b/LayoutTests/http/tests/inspector/elements-test.js
|
| @@ -1005,7 +1005,7 @@ InspectorTest.dumpInspectorHighlightJSON = function(idValue, callback)
|
|
|
| InspectorTest.waitForAnimationAdded = function(callback)
|
| {
|
| - InspectorTest.addSniffer(WebInspector.AnimationTimeline.prototype, "_addAnimation", callback);
|
| + InspectorTest.addSniffer(WebInspector.AnimationTimeline.prototype, "_addAnimationGroup", callback);
|
| }
|
|
|
| InspectorTest.dumpAnimationTimeline = function(timeline)
|
|
|