From be00df4be6858b3eb41b147db594039c018ff67d Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 12 Jul 2014 20:32:46 +0200 Subject: [PATCH] Remove references to WindowProxy as an interface. --- src/components/script/dom/webidls/WindowProxy.webidl | 9 --------- src/test/html/test_UIEvent_resize.html | 9 +++------ 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 src/components/script/dom/webidls/WindowProxy.webidl diff --git a/src/components/script/dom/webidls/WindowProxy.webidl b/src/components/script/dom/webidls/WindowProxy.webidl deleted file mode 100644 index abc429d1cb6..00000000000 --- a/src/components/script/dom/webidls/WindowProxy.webidl +++ /dev/null @@ -1,9 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -/* FIXME WindowProxy doesn't actually have an interface according to the spec, - but I'm not sure how to do fallible unwrapping without this, since - we lack Gecko's XPCOM querying facilities. */ -interface WindowProxy { -}; \ No newline at end of file diff --git a/src/test/html/test_UIEvent_resize.html b/src/test/html/test_UIEvent_resize.html index 08a4532f340..a9d21ad07db 100644 --- a/src/test/html/test_UIEvent_resize.html +++ b/src/test/html/test_UIEvent_resize.html @@ -1,7 +1,7 @@ - +