diff options
author | Youngmin Yoo <youngmin.yoo@samsung.com> | 2014-01-16 21:33:05 +0900 |
---|---|---|
committer | Youngmin Yoo <youngmin.yoo@samsung.com> | 2014-01-20 12:56:23 +0900 |
commit | 0523a7dfe9d439f10fb05a1ccb08f22517ede280 (patch) | |
tree | 01302771785810b0e88ff81bfa190f9fa25a72e1 /src/components/script/dom/bindings/codegen/WindowProxy.webidl | |
parent | 897e037db3fac6a245de2b35a37faabc202e4609 (diff) | |
download | servo-0523a7dfe9d439f10fb05a1ccb08f22517ede280.tar.gz servo-0523a7dfe9d439f10fb05a1ccb08f22517ede280.zip |
Move webidl files to dom/webidl
Diffstat (limited to 'src/components/script/dom/bindings/codegen/WindowProxy.webidl')
-rw-r--r-- | src/components/script/dom/bindings/codegen/WindowProxy.webidl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/script/dom/bindings/codegen/WindowProxy.webidl b/src/components/script/dom/bindings/codegen/WindowProxy.webidl deleted file mode 100644 index abc429d1cb6..00000000000 --- a/src/components/script/dom/bindings/codegen/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 |