| 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);
|
|
|