| Index: sky/engine/core/html/HTMLImportElement.idl
|
| diff --git a/sky/engine/core/html/HTMLScriptElement.idl b/sky/engine/core/html/HTMLImportElement.idl
|
| similarity index 79%
|
| copy from sky/engine/core/html/HTMLScriptElement.idl
|
| copy to sky/engine/core/html/HTMLImportElement.idl
|
| index be66428eccabb40c1e3cdeae4f475d58ea443550..6526cd1886cc43c491e3f57a94cd8df6e23acdfc 100644
|
| --- a/sky/engine/core/html/HTMLScriptElement.idl
|
| +++ b/sky/engine/core/html/HTMLImportElement.idl
|
| @@ -2,5 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -interface HTMLScriptElement : HTMLElement {
|
| +interface HTMLImportElement : HTMLElement {
|
| };
|
|
|