Chromium Code Reviews| Index: pkg/analysis_server/test/mock_sdk.dart |
| diff --git a/pkg/analysis_server/test/mock_sdk.dart b/pkg/analysis_server/test/mock_sdk.dart |
| index 07d8cf0960e986245f4d47a63d3e826a87732e77..c87ef8df58f21c903682eaa438b449b8a4b2482d 100644 |
| --- a/pkg/analysis_server/test/mock_sdk.dart |
| +++ b/pkg/analysis_server/test/mock_sdk.dart |
| @@ -214,7 +214,7 @@ class HtmlElement {} |
| // If we reach here then we tried to use a dartUri that's not in the |
| // table above. |
| - throw unimplemented; |
| + return null; |
| } |
| } |