| Index: trunk/Source/bindings/tests/idls/TestSpecialOperationsInt.idl
|
| ===================================================================
|
| --- trunk/Source/bindings/tests/idls/TestSpecialOperationsInt.idl (revision 170423)
|
| +++ trunk/Source/bindings/tests/idls/TestSpecialOperationsInt.idl (working copy)
|
| @@ -1,11 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -interface TestSpecialOperationsInt {
|
| - getter long (unsigned long index);
|
| - setter void (unsigned long index, unsigned long value);
|
| -
|
| - getter long (DOMString name);
|
| - setter void (DOMString name, unsigned long value);
|
| -};
|
|
|