Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: sdk/lib/_internal/js_runtime/lib/interceptors.dart

Issue 1346133002: Report hint on unmatched show and hide combinators. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove line-ending changes. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/world.dart ('k') | sdk/lib/_internal/js_runtime/lib/internal_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/js_runtime/lib/interceptors.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/interceptors.dart b/sdk/lib/_internal/js_runtime/lib/interceptors.dart
index 0247af4ab45094c9af83d02c647d4dfd7e6c0c48..262213bebfa403b4afe3471b7f804715df90ecd3 100644
--- a/sdk/lib/_internal/js_runtime/lib/interceptors.dart
+++ b/sdk/lib/_internal/js_runtime/lib/interceptors.dart
@@ -12,7 +12,6 @@ import 'dart:collection';
import 'dart:_internal' hide Symbol;
import "dart:_internal" as _symbol_dev show Symbol;
import 'dart:_js_helper' show allMatchesInStringUnchecked,
- Null,
JSSyntaxRegExp,
Primitives,
argumentErrorValue,
@@ -36,7 +35,6 @@ import 'dart:_js_helper' show allMatchesInStringUnchecked,
stringReplaceFirstMappedUnchecked,
stringReplaceRangeUnchecked,
lookupAndCacheInterceptor,
- lookupDispatchRecord,
StringMatch,
firstMatchAfter,
NoInline;
« no previous file with comments | « pkg/compiler/lib/src/world.dart ('k') | sdk/lib/_internal/js_runtime/lib/internal_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698