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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 11358253: Removing the Window.clientInformation property as it's an IE legacy version of Window.navigator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/html/scripts/htmlrenamer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index b1ef2465496430945f10134f9a09a21212606214..e4cc61ba557ba28157cbd8fc8cab4e9dec1b4a0f 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -14944,10 +14944,6 @@ class LocalWindow extends EventTarget implements Window {
DOMApplicationCache get applicationCache native "DOMWindow_applicationCache_Getter";
- /** @domName DOMWindow.clientInformation */
- Navigator get clientInformation native "DOMWindow_clientInformation_Getter";
-
-
/** @domName DOMWindow.closed */
bool get closed native "DOMWindow_closed_Getter";
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/html/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698