| Index: third_party/WebKit/Source/core/frame/Window.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl
|
| index 88129c4d40d70fe39238dd398bf83a110164fb9e..310e28b0f41f878ac16028911a7144b12da93430 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -95,6 +95,8 @@
|
| [MeasureAs=WindowCaptureEvents] void captureEvents();
|
| [MeasureAs=WindowReleaseEvents] void releaseEvents();
|
|
|
| + [Replaceable, SameObject] readonly attribute External external;
|
| +
|
| // CSS Object Model (CSSOM)
|
| // http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface
|
| // FIXME: The optional pseudoElt argument should have no default.
|
|
|