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

Unified Diff: pkg/custom_element/lib/custom_element.dart

Issue 164743003: Remove the html warnings! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | tools/dom/src/dart2js_DOMImplementation.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/custom_element/lib/custom_element.dart
diff --git a/pkg/custom_element/lib/custom_element.dart b/pkg/custom_element/lib/custom_element.dart
index 5057eb14931cacfbcfc4f2d098e5567838145f90..43366bce36e35834d06641ae7b4bf1ed6c0a82d1 100644
--- a/pkg/custom_element/lib/custom_element.dart
+++ b/pkg/custom_element/lib/custom_element.dart
@@ -249,8 +249,6 @@ class CustomElement implements Element {
host.createFragment(html,
validator: validator, treeSanitizer: treeSanitizer);
- InputMethodContext get inputMethodContext => host.inputMethodContext;
-
bool get isContentEditable => host.isContentEditable;
String get lang => host.lang;
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | tools/dom/src/dart2js_DOMImplementation.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698