| Index: tools/dom/src/chrome/custom_dart/app_window.AppWindow.contentWindow.dart
|
| diff --git a/pkg/analyzer-experimental/lib/analyzer.dart b/tools/dom/src/chrome/custom_dart/app_window.AppWindow.contentWindow.dart
|
| similarity index 50%
|
| copy from pkg/analyzer-experimental/lib/analyzer.dart
|
| copy to tools/dom/src/chrome/custom_dart/app_window.AppWindow.contentWindow.dart
|
| index 8df6d946c9c5d72ba154d01612807fdee14cbe56..da90e353059709c46165656825ec2ef655244c56 100644
|
| --- a/pkg/analyzer-experimental/lib/analyzer.dart
|
| +++ b/tools/dom/src/chrome/custom_dart/app_window.AppWindow.contentWindow.dart
|
| @@ -2,3 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +// 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);
|
|
|