diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-02-25 12:41:11 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-02-25 12:41:11 +0100 |
commit | 546a506149abc0b78c84cc9e6ea5b87c1fb3f17e (patch) | |
tree | 1309a97528ad10dea9ea74a942c3f520414d3722 /src/components/script/dom/webidls/HTMLCollection.webidl | |
parent | da16e54243e256dee927f720ce6b9903b62ec14e (diff) | |
download | servo-546a506149abc0b78c84cc9e6ea5b87c1fb3f17e.tar.gz servo-546a506149abc0b78c84cc9e6ea5b87c1fb3f17e.zip |
Remove Gecko-specific and other commented-out code in IDL.
Diffstat (limited to 'src/components/script/dom/webidls/HTMLCollection.webidl')
-rw-r--r-- | src/components/script/dom/webidls/HTMLCollection.webidl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/script/dom/webidls/HTMLCollection.webidl b/src/components/script/dom/webidls/HTMLCollection.webidl index 1e56c3c01af..2c1fc60e04a 100644 --- a/src/components/script/dom/webidls/HTMLCollection.webidl +++ b/src/components/script/dom/webidls/HTMLCollection.webidl @@ -3,11 +3,8 @@ * 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/. * - * The origin of this IDL file is - * http://www.w3.org/TR/2012/WD-dom-20120105/ - * - * Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C - * liability, trademark and document use rules apply. + * The origin of this IDL file is: + * http://dom.spec.whatwg.org/#interface-htmlcollection */ interface HTMLCollection { |