diff options
Diffstat (limited to 'chrome/browser/resources/shared/js/cr_test.html')
-rw-r--r-- | chrome/browser/resources/shared/js/cr_test.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/resources/shared/js/cr_test.html b/chrome/browser/resources/shared/js/cr_test.html index 5d6c16e..8514216 100644 --- a/chrome/browser/resources/shared/js/cr_test.html +++ b/chrome/browser/resources/shared/js/cr_test.html @@ -7,8 +7,7 @@ </style> <script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script> <script src="cr.js"></script> -<script src="cr/event.js"></script> -<script src="cr/eventtarget.js"></script> +<script src="cr/event_target.js"></script> <script> goog.require('goog.testing.jsunit'); |