| Index: Source/core/frame/AbstractView.idl
|
| diff --git a/Source/core/page/AbstractView.idl b/Source/core/frame/AbstractView.idl
|
| similarity index 92%
|
| rename from Source/core/page/AbstractView.idl
|
| rename to Source/core/frame/AbstractView.idl
|
| index 60c537f55507d3adde79a9a9b47d6b9da99b1e82..01df15c66ff23bd71e3e7277ea1e82e775f1eee0 100644
|
| --- a/Source/core/page/AbstractView.idl
|
| +++ b/Source/core/frame/AbstractView.idl
|
| @@ -24,6 +24,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// FIXME: I believe this file is unused. Window.idl could use it
|
| +// but currently it just defines these interfaces itself.
|
| +
|
| // Introduced in DOM Level 2:
|
| [
|
|
|
|
|