| Index: tools/testing/frogpad/frogpad.py
|
| diff --git a/tools/testing/frogpad/frogpad.py b/tools/testing/frogpad/frogpad.py
|
| index c9f1f3a8a3fd208e20b14be2dce3e4b13cd1d3e4..b53cf16d91667054ebe9a84ab2a07c8c52ac9c39 100755
|
| --- a/tools/testing/frogpad/frogpad.py
|
| +++ b/tools/testing/frogpad/frogpad.py
|
| @@ -128,8 +128,7 @@ DART_LIBRARIES = {
|
| "core": "lib/corelib.dart",
|
| "coreimpl": "lib/corelib_impl.dart",
|
| "dom": "../client/dom/frog/dom_frog.dart",
|
| - "html": "../client/html/release/html.dart",
|
| - "htmlimpl": "../client/html/release/htmlimpl.dart",
|
| + "html": "../client/html/frog/html_frog.dart",
|
| "json": "../lib/json/json_frog.dart"
|
| }
|
|
|
|
|