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

Unified Diff: tools/dom/src/_chrome/custom_dart/app_window.AppWindow.contentWindow.dart

Issue 2827793002: Format all files under tools and utils directory. (Closed)
Patch Set: Format all files under tools and utils directory. Created 3 years, 8 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 | « tools/dom/src/_chrome/app_window.dart ('k') | tools/dom/src/_chrome/custom_dart/app_window.create.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/_chrome/custom_dart/app_window.AppWindow.contentWindow.dart
diff --git a/tools/dom/src/_chrome/custom_dart/app_window.AppWindow.contentWindow.dart b/tools/dom/src/_chrome/custom_dart/app_window.AppWindow.contentWindow.dart
index da90e353059709c46165656825ec2ef655244c56..184795d6e414f47225690f2cebf8a2d5e8846ce8 100644
--- a/tools/dom/src/_chrome/custom_dart/app_window.AppWindow.contentWindow.dart
+++ b/tools/dom/src/_chrome/custom_dart/app_window.AppWindow.contentWindow.dart
@@ -4,5 +4,4 @@
// TODO(sashab, sra): Detect whether this is the current window, or an
// external one, and return an appropriately-typed object
-WindowBase get contentWindow =>
- JS("Window", "#.contentWindow", this._jsObject);
+WindowBase get contentWindow => JS("Window", "#.contentWindow", this._jsObject);
« no previous file with comments | « tools/dom/src/_chrome/app_window.dart ('k') | tools/dom/src/_chrome/custom_dart/app_window.create.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698