Index: Tools/GardeningServer/model/ct-commit-mock.html |
diff --git a/Tools/GardeningServer/model/ct-commit-mock.html b/Tools/GardeningServer/model/ct-commit-mock.html |
index f698405089f381f6c0d74c774b2daa2b0bd5b7c6..0bbbe8ede8207a7ad66e73d6d8259a1cac26f3d7 100644 |
--- a/Tools/GardeningServer/model/ct-commit-mock.html |
+++ b/Tools/GardeningServer/model/ct-commit-mock.html |
@@ -21,7 +21,8 @@ var kExampleCommitMessage = |
"git-svn-id: svn://svn.chromium.org/blink/trunk@158545 bbb929c8-8fbe-4397-9dbb-9b2b20218538"; |
window.CTCommitMock = function() { |
- return new CTCommit("mkwst@chromium.org", kExampleCommitMessage, 'http://src.chromium.org/viewvc/blink'); |
+ return CTCommit.create("mkwst@chromium.org", kExampleCommitMessage, |
+ 'http://mockurl/?{revision}', 'blink'); |
}; |
})(); |