| Index: bindings/tests/idls/TestInterfaceDocument.idl
|
| diff --git a/core/svg/SVGDiscardElement.idl b/bindings/tests/idls/TestInterfaceDocument.idl
|
| similarity index 93%
|
| copy from core/svg/SVGDiscardElement.idl
|
| copy to bindings/tests/idls/TestInterfaceDocument.idl
|
| index 54ee14a51d9d359ce522d112faf7536cba606879..2a687e871a44bace871a2d7b65243bbbdedc7339 100644
|
| --- a/core/svg/SVGDiscardElement.idl
|
| +++ b/bindings/tests/idls/TestInterfaceDocument.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2014 Samsung Electronics. All rights reserved.
|
| + * Copyright (C) 2014 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -28,5 +28,5 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGDiscardElement : SVGElement {
|
| +interface TestInterfaceDocument : Document {
|
| };
|
|
|