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

Unified Diff: client/html/src/DocumentWrappingImplementation.dart

Issue 9110046: Fix various warnings and errors in html_diff and its annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge head Created 8 years, 11 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 | « client/html/release/htmlimpl.dart ('k') | client/html/src/ElementWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/DocumentWrappingImplementation.dart
diff --git a/client/html/src/DocumentWrappingImplementation.dart b/client/html/src/DocumentWrappingImplementation.dart
index 91b77e1ff0a633c6043df7ab141ee507b5efe7c1..92340a251d195d17dc490e54f7d69b4d5d2e9d0a 100644
--- a/client/html/src/DocumentWrappingImplementation.dart
+++ b/client/html/src/DocumentWrappingImplementation.dart
@@ -51,9 +51,6 @@ class DocumentWrappingImplementation extends ElementWrappingImplementation imple
/** @domName defaultView */
Window get window() => LevelDom.wrapWindow(_documentPtr.defaultView);
- /** @domName designMode */
- void set designMode(String value) { _documentPtr.dynamic.designMode = value; }
-
/** @domName domain */
String get domain() => _documentPtr.domain;
« no previous file with comments | « client/html/release/htmlimpl.dart ('k') | client/html/src/ElementWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698