| Index: third_party/WebKit/Source/core/frame/DOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| index e4e7751224d0106eecd427617f41bae2c29a540e..295c2bc134477aad343c4dced4d7b675bcb298a2 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| @@ -26,6 +26,7 @@ class DOMVisualViewport;
|
| class DOMWindowCSS;
|
| class Document;
|
| class Element;
|
| +class External;
|
| class Frame;
|
| class FrameRequestCallback;
|
| class History;
|
| @@ -179,8 +180,10 @@ public:
|
| // Custom elements
|
| virtual CustomElementsRegistry* customElements(ScriptState*) const = 0;
|
|
|
| + // Obsolete APIs
|
| void captureEvents() { }
|
| void releaseEvents() { }
|
| + External* external() const;
|
|
|
| // FIXME: This handles both window[index] and window.frames[index]. However,
|
| // the spec exposes window.frames[index] across origins but not
|
|
|